Searched refs:object_define_property (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/js/ |
D | intl.js | 109 %object_define_property(receiver, IntlFallbackSymbol, { value: instance }); 467 %object_define_property(array, i, {value: input[i], 474 %object_define_property(array, 'length', {value: l, writable: false}); 521 %object_define_property(object, property, {value: value, 794 %object_define_property(resolved, 'currencyDisplay', 1042 %object_define_property(options, 'year', {value: 'numeric', 1046 %object_define_property(options, 'month', {value: 'numeric', 1050 %object_define_property(options, 'day', {value: 'numeric', 1057 %object_define_property(options, 'hour', {value: 'numeric', 1061 %object_define_property(options, 'minute', {value: 'numeric', [all …]
|
/external/v8/src/ |
D | contexts.h | 53 V(OBJECT_DEFINE_PROPERTY, JSFunction, object_define_property) \
|
D | bootstrapper.cc | 1486 Handle<JSFunction> object_define_property = SimpleInstallFunction( in InitializeGlobal() local 1489 native_context()->set_object_define_property(*object_define_property); in InitializeGlobal()
|