Home
last modified time | relevance | path

Searched refs:NativeDefineDataProperty (Results 1 – 25 of 97) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestForceLexicalInitialization.cpp24 CHECK(NativeDefineDataProperty(cx, env, id, uninitialized, attrs)); in BEGIN_TEST()
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestForceLexicalInitialization.cpp24 CHECK(NativeDefineDataProperty(cx, env, id, uninitialized, attrs)); in BEGIN_TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestForceLexicalInitialization.cpp24 CHECK(NativeDefineDataProperty(cx, env, id, uninitialized, attrs)); in BEGIN_TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestForceLexicalInitialization.cpp24 CHECK(NativeDefineDataProperty(cx, env, id, uninitialized, attrs)); in BEGIN_TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestForceLexicalInitialization.cpp24 CHECK(NativeDefineDataProperty(cx, env, id, uninitialized, attrs)); in BEGIN_TEST()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DRegExpObject.cpp770 if (!NativeDefineDataProperty(cx, templateObject, id, dummyString, in initializeNamedCaptures()
902 if (!NativeDefineDataProperty(cx, templateObject, cx->names().groups, in createMatchResultTemplateObject()
914 if (!NativeDefineDataProperty(cx, templateObject, cx->names().index, index, in createMatchResultTemplateObject()
923 if (!NativeDefineDataProperty(cx, templateObject, cx->names().input, inputVal, in createMatchResultTemplateObject()
932 if (!NativeDefineDataProperty(cx, templateObject, cx->names().groups, in createMatchResultTemplateObject()
942 if (!NativeDefineDataProperty(cx, templateObject, cx->names().indices, in createMatchResultTemplateObject()
H A DPlainObject.cpp126 if (!NativeDefineDataProperty(cx, obj, propid, value, JSPROP_ENUMERATE)) { in AddPlainObjectProperties()
H A DNativeObject.cpp1654 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1686 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1690 if (!NativeDefineDataProperty(cx, obj, id, value, attrs, result)) { in NativeDefineDataProperty()
1704 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1708 return NativeDefineDataProperty(cx, obj, id, value, attrs); in NativeDefineDataProperty()
2738 if (!NativeDefineDataProperty(cx, target, key, value, JSPROP_ENUMERATE)) { in CopyDataPropertiesNative()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRegExpObject.cpp771 if (!NativeDefineDataProperty(cx, templateObject, id, dummyString, in initializeNamedCaptures()
903 if (!NativeDefineDataProperty(cx, templateObject, cx->names().groups, in createMatchResultTemplateObject()
915 if (!NativeDefineDataProperty(cx, templateObject, cx->names().index, index, in createMatchResultTemplateObject()
924 if (!NativeDefineDataProperty(cx, templateObject, cx->names().input, inputVal, in createMatchResultTemplateObject()
933 if (!NativeDefineDataProperty(cx, templateObject, cx->names().groups, in createMatchResultTemplateObject()
943 if (!NativeDefineDataProperty(cx, templateObject, cx->names().indices, in createMatchResultTemplateObject()
H A DPlainObject.cpp119 if (!NativeDefineDataProperty(cx, obj, propid, value, JSPROP_ENUMERATE)) { in AddPlainObjectProperties()
H A DNativeObject.cpp1724 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1756 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1760 if (!NativeDefineDataProperty(cx, obj, id, value, attrs, result)) { in NativeDefineDataProperty()
1774 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1778 return NativeDefineDataProperty(cx, obj, id, value, attrs); in NativeDefineDataProperty()
2816 if (!NativeDefineDataProperty(cx, target, key, value, JSPROP_ENUMERATE)) { in CopyDataPropertiesNative()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DRegExpObject.cpp771 if (!NativeDefineDataProperty(cx, templateObject, id, dummyString, in initializeNamedCaptures()
903 if (!NativeDefineDataProperty(cx, templateObject, cx->names().groups, in createMatchResultTemplateObject()
915 if (!NativeDefineDataProperty(cx, templateObject, cx->names().index, index, in createMatchResultTemplateObject()
924 if (!NativeDefineDataProperty(cx, templateObject, cx->names().input, inputVal, in createMatchResultTemplateObject()
933 if (!NativeDefineDataProperty(cx, templateObject, cx->names().groups, in createMatchResultTemplateObject()
943 if (!NativeDefineDataProperty(cx, templateObject, cx->names().indices, in createMatchResultTemplateObject()
H A DPlainObject.cpp119 if (!NativeDefineDataProperty(cx, obj, propid, value, JSPROP_ENUMERATE)) { in AddPlainObjectProperties()
H A DNativeObject.cpp1724 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1756 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1760 if (!NativeDefineDataProperty(cx, obj, id, value, attrs, result)) { in NativeDefineDataProperty()
1774 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1778 return NativeDefineDataProperty(cx, obj, id, value, attrs); in NativeDefineDataProperty()
2816 if (!NativeDefineDataProperty(cx, target, key, value, JSPROP_ENUMERATE)) { in CopyDataPropertiesNative()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DArgumentsObject.cpp485 NativeDefineDataProperty(cx, argsobj, id, v, attrs, result); in MappedArgSetter()
497 return NativeDefineDataProperty(cx, argsobj, iteratorId, val, in DefineArgumentsIterator()
507 if (!NativeDefineDataProperty(cx, obj, id, val, JSPROP_RESOLVING)) in reifyLength()
704 NativeDefineDataProperty(cx, argsobj, id, v, attrs, result); in UnmappedArgSetter()
H A DNativeObject.h1459 extern bool NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj,
1468 extern bool NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj,
1476 extern bool NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DArgumentsObject.cpp538 NativeDefineDataProperty(cx, argsobj, id, v, attrs, result); in MappedArgSetter()
551 return NativeDefineDataProperty(cx, argsobj, iteratorId, val, in DefineArgumentsIterator()
563 if (!NativeDefineDataProperty(cx, obj, id, val, JSPROP_RESOLVING)) { in reifyLength()
805 NativeDefineDataProperty(cx, argsobj, id, v, attrs, result); in UnmappedArgSetter()
H A DNativeObject.cpp1911 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1969 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1973 if (!NativeDefineDataProperty(cx, obj, id, value, attrs, result)) { in NativeDefineDataProperty()
1987 bool js::NativeDefineDataProperty(JSContext* cx, HandleNativeObject obj, in NativeDefineDataProperty() function in js
1991 return NativeDefineDataProperty(cx, obj, id, value, attrs); in NativeDefineDataProperty()
3035 if (!NativeDefineDataProperty(cx, target, key, value, JSPROP_ENUMERATE)) { in CopyDataPropertiesNative()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DSymbol.cpp64 if (!NativeDefineDataProperty(cx, nativeCtor, names[i], value, attrs)) { in SymbolClassFinish()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DSymbol.cpp63 if (!NativeDefineDataProperty(cx, nativeCtor, names[i], value, attrs)) { in SymbolClassFinish()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DSymbol.cpp64 if (!NativeDefineDataProperty(cx, nativeCtor, names[i], value, attrs)) { in SymbolClassFinish()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DSymbol.cpp64 if (!NativeDefineDataProperty(cx, nativeCtor, names[i], value, attrs)) { in SymbolClassFinish()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DSymbol.cpp63 if (!NativeDefineDataProperty(cx, ctor, names[i], value, attrs)) in initClass()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DObjLiteral.cpp158 if (!NativeDefineDataProperty(cx, obj, propId, propVal, in InterpretObjLiteralObj()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DObjLiteral.cpp158 if (!NativeDefineDataProperty(cx, obj, propId, propVal, in InterpretObjLiteralObj()

1234