Home
last modified time | relevance | path

Searched defs:cx (Results 76 – 100 of 14756) sorted by relevance

12345678910>>...591

/dports/www/firefox/firefox-99.0/js/src/gc/
H A DGCAPI.cpp107 AutoSuppressGC::AutoSuppressGC(JSContext* cx) in AutoSuppressGC()
224 JS_PUBLIC_API void JS::PrepareForFullGC(JSContext* cx) { in PrepareForFullGC()
233 JS_PUBLIC_API void JS::PrepareForIncrementalGC(JSContext* cx) { in PrepareForIncrementalGC()
248 JS_PUBLIC_API bool JS::IsGCScheduled(JSContext* cx) { in IsGCScheduled()
318 JS_PUBLIC_API void JS::AbortIncrementalGC(JSContext* cx) { in AbortIncrementalGC()
394 JSContext* cx, GCSliceCallback callback) { in SetGCSliceCallback()
399 JSContext* cx, JS::DoCycleCollectionCallback callback) { in SetDoCycleCollectionCallback()
404 JS::SetGCNurseryCollectionCallback(JSContext* cx, in SetGCNurseryCollectionCallback()
413 JS_PUBLIC_API void JS::DisableIncrementalGC(JSContext* cx) { in DisableIncrementalGC()
600 JSObject* NewMemoryInfoObject(JSContext* cx) { in NewMemoryInfoObject()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DPromiseLookup.cpp32 JSFunction* js::PromiseLookup::getPromiseConstructor(JSContext* cx) { in getPromiseConstructor()
37 NativeObject* js::PromiseLookup::getPromisePrototype(JSContext* cx) { in getPromisePrototype()
42 bool js::PromiseLookup::isDataPropertyNative(JSContext* cx, NativeObject* obj, in isDataPropertyNative()
51 bool js::PromiseLookup::isAccessorPropertyNative(JSContext* cx, Shape* shape, in isAccessorPropertyNative()
58 void js::PromiseLookup::initialize(JSContext* cx) { in initialize()
163 bool js::PromiseLookup::isPromiseStateStillSane(JSContext* cx) { in isPromiseStateStillSane()
212 bool js::PromiseLookup::ensureInitialized(JSContext* cx, in ensureInitialized()
243 bool js::PromiseLookup::isDefaultPromiseState(JSContext* cx) { in isDefaultPromiseState()
250 JSContext* cx, PromiseObject* promise) { in hasDefaultProtoAndNoShadowedProperties()
263 bool js::PromiseLookup::isDefaultInstance(JSContext* cx, PromiseObject* promise, in isDefaultInstance()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DMapObject.cpp33 bool HashableValue::setValue(JSContext* cx, HandleValue v) { in setValue()
91 JSContext* cx = TlsContext.get(); in operator ==() local
148 JSContext* cx, Handle<GlobalObject*> global) { in initMapIteratorProto()
535 MapObject* MapObject::create(JSContext* cx, in create()
610 #define ARG0_KEY(cx, args, key) \ argument
810 bool MapObject::clear(JSContext* cx, HandleObject obj) { in clear()
858 JSContext* cx, Handle<GlobalObject*> global) { in initSetIteratorProto()
1067 bool SetObject::keys(JSContext* cx, HandleObject obj, in keys()
1093 SetObject* SetObject::create(JSContext* cx, in create()
1417 bool CallObjFunc(bool (*ObjFunc)(JSContext* cx, HandleObject obj, in CallObjFunc()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/proxy/
H A DCrossCompartmentWrapper.cpp23 #define PIERCE(cx, wrapper, pre, op, post) \ argument
35 static bool MarkAtoms(JSContext* cx, jsid id) { in MarkAtoms()
40 static bool MarkAtoms(JSContext* cx, HandleIdVector ids) { in MarkAtoms()
48 JSContext* cx, HandleObject wrapper, HandleId id, in getOwnPropertyDescriptor()
55 bool CrossCompartmentWrapper::defineProperty(JSContext* cx, in defineProperty()
99 JSContext* cx, HandleObject wrapper, bool* isOrdinary, in getPrototypeIfOrdinary()
123 bool CrossCompartmentWrapper::preventExtensions(JSContext* cx, in preventExtensions()
148 static bool WrapReceiver(JSContext* cx, HandleObject wrapper, in WrapReceiver()
340 JSContext* cx, HandleObject wrapper) const { in regexp_toShared()
507 void js::RemapWrapper(JSContext* cx, JSObject* wobjArg, in RemapWrapper()
[all …]
H A DWrapper.cpp49 JSContext* cx, HandleObject proxy, HandleId id, in getOwnPropertyDescriptor()
104 JSContext* cx, HandleObject proxy, bool* isOrdinary, in getPrototypeIfOrdinary()
110 bool ForwardingProxyHandler::setImmutablePrototype(JSContext* cx, in setImmutablePrototype()
117 bool ForwardingProxyHandler::preventExtensions(JSContext* cx, in preventExtensions()
139 bool ForwardingProxyHandler::get(JSContext* cx, HandleObject proxy, in get()
239 const char* ForwardingProxyHandler::className(JSContext* cx, in className()
246 JSString* ForwardingProxyHandler::fun_toString(JSContext* cx, in fun_toString()
255 JSContext* cx, HandleObject proxy) const { in regexp_toShared()
399 JSContext* cx, in UnwrapOneCheckedDynamic()
421 void js::ReportAccessDenied(JSContext* cx) { in ReportAccessDenied()
[all …]
H A DBaseProxyHandler.cpp29 bool BaseProxyHandler::has(JSContext* cx, HandleObject proxy, HandleId id, in has()
76 bool BaseProxyHandler::get(JSContext* cx, HandleObject proxy, in get()
159 JSContext* cx, HandleObject obj, HandleId id, HandleValue v, in SetPropertyIgnoringNamedGetter()
285 bool BaseProxyHandler::enumerate(JSContext* cx, HandleObject proxy, in enumerate()
295 bool BaseProxyHandler::call(JSContext* cx, HandleObject proxy, in call()
300 bool BaseProxyHandler::construct(JSContext* cx, HandleObject proxy, in construct()
305 const char* BaseProxyHandler::className(JSContext* cx, in className()
322 RegExpShared* BaseProxyHandler::regexp_toShared(JSContext* cx, in regexp_toShared()
339 bool BaseProxyHandler::hasInstance(JSContext* cx, HandleObject proxy, in hasInstance()
352 bool BaseProxyHandler::isArray(JSContext* cx, HandleObject proxy, in isArray()
[all …]
/dports/www/firefox/firefox-99.0/js/src/proxy/
H A DCrossCompartmentWrapper.cpp23 #define PIERCE(cx, wrapper, pre, op, post) \ argument
35 static bool MarkAtoms(JSContext* cx, jsid id) { in MarkAtoms()
40 static bool MarkAtoms(JSContext* cx, HandleIdVector ids) { in MarkAtoms()
48 JSContext* cx, HandleObject wrapper, HandleId id, in getOwnPropertyDescriptor()
55 bool CrossCompartmentWrapper::defineProperty(JSContext* cx, in defineProperty()
99 JSContext* cx, HandleObject wrapper, bool* isOrdinary, in getPrototypeIfOrdinary()
123 bool CrossCompartmentWrapper::preventExtensions(JSContext* cx, in preventExtensions()
148 static bool WrapReceiver(JSContext* cx, HandleObject wrapper, in WrapReceiver()
340 JSContext* cx, HandleObject wrapper) const { in regexp_toShared()
507 void js::RemapWrapper(JSContext* cx, JSObject* wobjArg, in RemapWrapper()
[all …]
H A DWrapper.cpp50 JSContext* cx, HandleObject proxy, HandleId id, in getOwnPropertyDescriptor()
105 JSContext* cx, HandleObject proxy, bool* isOrdinary, in getPrototypeIfOrdinary()
111 bool ForwardingProxyHandler::setImmutablePrototype(JSContext* cx, in setImmutablePrototype()
118 bool ForwardingProxyHandler::preventExtensions(JSContext* cx, in preventExtensions()
140 bool ForwardingProxyHandler::get(JSContext* cx, HandleObject proxy, in get()
240 const char* ForwardingProxyHandler::className(JSContext* cx, in className()
247 JSString* ForwardingProxyHandler::fun_toString(JSContext* cx, in fun_toString()
256 JSContext* cx, HandleObject proxy) const { in regexp_toShared()
400 JSContext* cx, in UnwrapOneCheckedDynamic()
422 void js::ReportAccessDenied(JSContext* cx) { in ReportAccessDenied()
[all …]
H A DBaseProxyHandler.cpp30 bool BaseProxyHandler::has(JSContext* cx, HandleObject proxy, HandleId id, in has()
77 bool BaseProxyHandler::get(JSContext* cx, HandleObject proxy, in get()
160 JSContext* cx, HandleObject obj, HandleId id, HandleValue v, in SetPropertyIgnoringNamedGetter()
286 bool BaseProxyHandler::enumerate(JSContext* cx, HandleObject proxy, in enumerate()
296 bool BaseProxyHandler::call(JSContext* cx, HandleObject proxy, in call()
301 bool BaseProxyHandler::construct(JSContext* cx, HandleObject proxy, in construct()
306 const char* BaseProxyHandler::className(JSContext* cx, in className()
323 RegExpShared* BaseProxyHandler::regexp_toShared(JSContext* cx, in regexp_toShared()
340 bool BaseProxyHandler::hasInstance(JSContext* cx, HandleObject proxy, in hasInstance()
353 bool BaseProxyHandler::isArray(JSContext* cx, HandleObject proxy, in isArray()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/proxy/
H A DCrossCompartmentWrapper.cpp23 #define PIERCE(cx, wrapper, pre, op, post) \ argument
35 static bool MarkAtoms(JSContext* cx, jsid id) { in MarkAtoms()
40 static bool MarkAtoms(JSContext* cx, HandleIdVector ids) { in MarkAtoms()
48 JSContext* cx, HandleObject wrapper, HandleId id, in getOwnPropertyDescriptor()
55 bool CrossCompartmentWrapper::defineProperty(JSContext* cx, in defineProperty()
99 JSContext* cx, HandleObject wrapper, bool* isOrdinary, in getPrototypeIfOrdinary()
123 bool CrossCompartmentWrapper::preventExtensions(JSContext* cx, in preventExtensions()
148 static bool WrapReceiver(JSContext* cx, HandleObject wrapper, in WrapReceiver()
340 JSContext* cx, HandleObject wrapper) const { in regexp_toShared()
507 void js::RemapWrapper(JSContext* cx, JSObject* wobjArg, in RemapWrapper()
[all …]
H A DWrapper.cpp49 JSContext* cx, HandleObject proxy, HandleId id, in getOwnPropertyDescriptor()
104 JSContext* cx, HandleObject proxy, bool* isOrdinary, in getPrototypeIfOrdinary()
110 bool ForwardingProxyHandler::setImmutablePrototype(JSContext* cx, in setImmutablePrototype()
117 bool ForwardingProxyHandler::preventExtensions(JSContext* cx, in preventExtensions()
139 bool ForwardingProxyHandler::get(JSContext* cx, HandleObject proxy, in get()
239 const char* ForwardingProxyHandler::className(JSContext* cx, in className()
246 JSString* ForwardingProxyHandler::fun_toString(JSContext* cx, in fun_toString()
255 JSContext* cx, HandleObject proxy) const { in regexp_toShared()
399 JSContext* cx, in UnwrapOneCheckedDynamic()
421 void js::ReportAccessDenied(JSContext* cx) { in ReportAccessDenied()
[all …]
H A DBaseProxyHandler.cpp29 bool BaseProxyHandler::has(JSContext* cx, HandleObject proxy, HandleId id, in has()
76 bool BaseProxyHandler::get(JSContext* cx, HandleObject proxy, in get()
159 JSContext* cx, HandleObject obj, HandleId id, HandleValue v, in SetPropertyIgnoringNamedGetter()
285 bool BaseProxyHandler::enumerate(JSContext* cx, HandleObject proxy, in enumerate()
295 bool BaseProxyHandler::call(JSContext* cx, HandleObject proxy, in call()
300 bool BaseProxyHandler::construct(JSContext* cx, HandleObject proxy, in construct()
305 const char* BaseProxyHandler::className(JSContext* cx, in className()
322 RegExpShared* BaseProxyHandler::regexp_toShared(JSContext* cx, in regexp_toShared()
339 bool BaseProxyHandler::hasInstance(JSContext* cx, HandleObject proxy, in hasInstance()
352 bool BaseProxyHandler::isArray(JSContext* cx, HandleObject proxy, in isArray()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/proxy/
H A DCrossCompartmentWrapper.cpp23 #define PIERCE(cx, wrapper, pre, op, post) \ argument
35 static bool MarkAtoms(JSContext* cx, jsid id) { in MarkAtoms()
40 static bool MarkAtoms(JSContext* cx, HandleIdVector ids) { in MarkAtoms()
48 JSContext* cx, HandleObject wrapper, HandleId id, in getOwnPropertyDescriptor()
55 bool CrossCompartmentWrapper::defineProperty(JSContext* cx, in defineProperty()
104 JSContext* cx, HandleObject wrapper, bool* isOrdinary, in getPrototypeIfOrdinary()
159 static bool WrapReceiver(JSContext* cx, HandleObject wrapper, in WrapReceiver()
351 JSContext* cx, HandleObject wrapper) const { in regexp_toShared()
518 void js::RemapWrapper(JSContext* cx, JSObject* wobjArg, in RemapWrapper()
564 void js::RemapDeadWrapper(JSContext* cx, HandleObject wobj, in RemapDeadWrapper()
[all …]
H A DBaseProxyHandler.cpp19 bool BaseProxyHandler::enter(JSContext* cx, HandleObject wrapper, HandleId id, in enter()
25 bool BaseProxyHandler::has(JSContext* cx, HandleObject proxy, HandleId id, in has()
72 bool BaseProxyHandler::get(JSContext* cx, HandleObject proxy, in get()
272 bool BaseProxyHandler::enumerate(JSContext* cx, HandleObject proxy, in enumerate()
282 bool BaseProxyHandler::call(JSContext* cx, HandleObject proxy, in call()
287 bool BaseProxyHandler::construct(JSContext* cx, HandleObject proxy, in construct()
292 const char* BaseProxyHandler::className(JSContext* cx, in className()
309 RegExpShared* BaseProxyHandler::regexp_toShared(JSContext* cx, in regexp_toShared()
326 bool BaseProxyHandler::hasInstance(JSContext* cx, HandleObject proxy, in hasInstance()
339 bool BaseProxyHandler::isArray(JSContext* cx, HandleObject proxy, in isArray()
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DGlobalObject.h480 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateFunctionConstructor()
596 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateSavedFramePrototype()
604 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateArrayBufferConstructor()
612 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateArrayBufferPrototype()
620 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateSharedArrayBufferPrototype()
659 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateWeakSetPrototype()
676 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateImportEntryPrototype()
682 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateExportEntryPrototype()
688 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateRequestedModulePrototype()
694 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateModuleRequestPrototype()
[all …]
H A DPromiseLookup.cpp32 JSFunction* js::PromiseLookup::getPromiseConstructor(JSContext* cx) { in getPromiseConstructor()
37 NativeObject* js::PromiseLookup::getPromisePrototype(JSContext* cx) { in getPromisePrototype()
42 bool js::PromiseLookup::isDataPropertyNative(JSContext* cx, NativeObject* obj, in isDataPropertyNative()
51 bool js::PromiseLookup::isAccessorPropertyNative(JSContext* cx, in isAccessorPropertyNative()
60 void js::PromiseLookup::initialize(JSContext* cx) { in initialize()
166 bool js::PromiseLookup::isPromiseStateStillSane(JSContext* cx) { in isPromiseStateStillSane()
212 bool js::PromiseLookup::ensureInitialized(JSContext* cx, in ensureInitialized()
243 bool js::PromiseLookup::isDefaultPromiseState(JSContext* cx) { in isDefaultPromiseState()
250 JSContext* cx, PromiseObject* promise) { in hasDefaultProtoAndNoShadowedProperties()
263 bool js::PromiseLookup::isDefaultInstance(JSContext* cx, PromiseObject* promise, in isDefaultInstance()
H A DObjectOperations-inl.h48 inline bool GetPrototype(JSContext* cx, JS::Handle<JSObject*> obj, in GetPrototype()
64 inline bool IsExtensible(JSContext* cx, JS::Handle<JSObject*> obj, in IsExtensible()
86 inline bool HasProperty(JSContext* cx, JS::Handle<JSObject*> obj, in HasProperty()
95 inline bool HasProperty(JSContext* cx, JS::Handle<JSObject*> obj, in HasProperty()
144 inline bool GetElement(JSContext* cx, JS::Handle<JSObject*> obj, in GetElement()
155 inline bool GetElement(JSContext* cx, JS::Handle<JSObject*> obj, in GetElement()
180 inline bool GetPropertyNoGC(JSContext* cx, JSObject* obj, in GetPropertyNoGC()
193 inline bool GetPropertyNoGC(JSContext* cx, JSObject* obj, in GetPropertyNoGC()
199 inline bool GetElementNoGC(JSContext* cx, JSObject* obj, in GetElementNoGC()
241 JSContext* cx, JSObject* obj, JS::Symbol* symbol, in MaybeHasInterestingSymbolProperty()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DMapObject.cpp34 bool HashableValue::setValue(JSContext* cx, HandleValue v) { in setValue()
108 JSContext* cx = TlsContext.get(); in operator ==() local
173 bool GlobalObject::initMapIteratorProto(JSContext* cx, in initMapIteratorProto()
595 MapObject* MapObject::create(JSContext* cx, in create()
691 #define ARG0_KEY(cx, args, key) \ argument
900 bool MapObject::clear(JSContext* cx, HandleObject obj) { in clear()
956 bool GlobalObject::initSetIteratorProto(JSContext* cx, in initSetIteratorProto()
1185 bool SetObject::keys(JSContext* cx, HandleObject obj, in keys()
1219 SetObject* SetObject::create(JSContext* cx, in create()
1578 bool CallObjFunc(bool (*ObjFunc)(JSContext* cx, HandleObject obj, in CallObjFunc()
[all …]
/dports/devel/jsl/jsl-0.3.0/src/liveconnect/
H A Djsj_class.c291 jsj_ConvertJavaSignatureToHRString(JSContext *cx, in jsj_ConvertJavaSignatureToHRString()
430 JSContext *cx; in jsj_DiscardJavaClassReflections() local
525 reflect_java_methods_and_fields(JSContext *cx, in reflect_java_methods_and_fields()
586 jsj_GetClassStaticMembers(JSContext *cx, in jsj_GetClassStaticMembers()
596 jsj_GetClassInstanceMembers(JSContext *cx, in jsj_GetClassInstanceMembers()
606 jsj_LookupJavaStaticMemberDescriptorById(JSContext *cx, in jsj_LookupJavaStaticMemberDescriptorById()
623 jsj_GetJavaStaticMemberDescriptor(JSContext *cx, in jsj_GetJavaStaticMemberDescriptor()
657 jsj_GetJavaClassConstructors(JSContext *cx, in jsj_GetJavaClassConstructors()
682 jsj_LookupJavaClassConstructors(JSContext *cx, JNIEnv *jEnv, in jsj_LookupJavaClassConstructors()
691 jsj_LookupJavaMemberDescriptorById(JSContext *cx, JNIEnv *jEnv, in jsj_LookupJavaMemberDescriptorById()
[all …]
/dports/lang/spidermonkey17/js/src/liveconnect/
H A Djsj_class.c291 jsj_ConvertJavaSignatureToHRString(JSContext *cx, in jsj_ConvertJavaSignatureToHRString()
430 JSContext *cx; in jsj_DiscardJavaClassReflections() local
525 reflect_java_methods_and_fields(JSContext *cx, in reflect_java_methods_and_fields()
586 jsj_GetClassStaticMembers(JSContext *cx, in jsj_GetClassStaticMembers()
596 jsj_GetClassInstanceMembers(JSContext *cx, in jsj_GetClassInstanceMembers()
606 jsj_LookupJavaStaticMemberDescriptorById(JSContext *cx, in jsj_LookupJavaStaticMemberDescriptorById()
623 jsj_GetJavaStaticMemberDescriptor(JSContext *cx, in jsj_GetJavaStaticMemberDescriptor()
657 jsj_GetJavaClassConstructors(JSContext *cx, in jsj_GetJavaClassConstructors()
682 jsj_LookupJavaClassConstructors(JSContext *cx, JNIEnv *jEnv, in jsj_LookupJavaClassConstructors()
691 jsj_LookupJavaMemberDescriptorById(JSContext *cx, JNIEnv *jEnv, in jsj_LookupJavaMemberDescriptorById()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/wrappers/
H A DFilteringWrapper.cpp27 static bool IsCrossOriginWhitelistedSymbol(JSContext* cx, JS::HandleId id) { in IsCrossOriginWhitelistedSymbol()
42 bool IsCrossOriginWhitelistedProp(JSContext* cx, JS::HandleId id) { in IsCrossOriginWhitelistedProp()
47 bool AppendCrossOriginWhitelistedPropNames(JSContext* cx, in AppendCrossOriginWhitelistedPropNames()
79 static bool Filter(JSContext* cx, HandleObject wrapper, in Filter()
100 static bool FilterPropertyDescriptor(JSContext* cx, HandleObject wrapper, in FilterPropertyDescriptor()
138 JSContext* cx, HandleObject wrapper, HandleId id, in getOwnPropertyDescriptor()
167 JSContext* cx, HandleObject wrapper, in enumerate()
176 bool FilteringWrapper<Base, Policy>::call(JSContext* cx, in call()
186 bool FilteringWrapper<Base, Policy>::construct(JSContext* cx, in construct()
197 JSContext* cx, JS::IsAcceptableThis test, JS::NativeImpl impl, in nativeCall()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DPromiseLookup.cpp32 JSFunction* js::PromiseLookup::getPromiseConstructor(JSContext* cx) { in getPromiseConstructor()
37 NativeObject* js::PromiseLookup::getPromisePrototype(JSContext* cx) { in getPromisePrototype()
42 bool js::PromiseLookup::isDataPropertyNative(JSContext* cx, NativeObject* obj, in isDataPropertyNative()
51 bool js::PromiseLookup::isAccessorPropertyNative(JSContext* cx, in isAccessorPropertyNative()
60 void js::PromiseLookup::initialize(JSContext* cx) { in initialize()
166 bool js::PromiseLookup::isPromiseStateStillSane(JSContext* cx) { in isPromiseStateStillSane()
212 bool js::PromiseLookup::ensureInitialized(JSContext* cx, in ensureInitialized()
243 bool js::PromiseLookup::isDefaultPromiseState(JSContext* cx) { in isDefaultPromiseState()
250 JSContext* cx, PromiseObject* promise) { in hasDefaultProtoAndNoShadowedProperties()
263 bool js::PromiseLookup::isDefaultInstance(JSContext* cx, PromiseObject* promise, in isDefaultInstance()
H A DObjectOperations-inl.h48 inline bool GetPrototype(JSContext* cx, JS::Handle<JSObject*> obj, in GetPrototype()
64 inline bool IsExtensible(JSContext* cx, JS::Handle<JSObject*> obj, in IsExtensible()
86 inline bool HasProperty(JSContext* cx, JS::Handle<JSObject*> obj, in HasProperty()
95 inline bool HasProperty(JSContext* cx, JS::Handle<JSObject*> obj, in HasProperty()
140 inline bool GetElement(JSContext* cx, JS::Handle<JSObject*> obj, in GetElement()
151 inline bool GetElement(JSContext* cx, JS::Handle<JSObject*> obj, in GetElement()
176 inline bool GetPropertyNoGC(JSContext* cx, JSObject* obj, in GetPropertyNoGC()
185 inline bool GetPropertyNoGC(JSContext* cx, JSObject* obj, in GetPropertyNoGC()
191 inline bool GetElementNoGC(JSContext* cx, JSObject* obj, in GetElementNoGC()
233 JSContext* cx, JSObject* obj, JS::Symbol* symbol, in MaybeHasInterestingSymbolProperty()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DPromiseLookup.cpp32 JSFunction* js::PromiseLookup::getPromiseConstructor(JSContext* cx) { in getPromiseConstructor()
37 NativeObject* js::PromiseLookup::getPromisePrototype(JSContext* cx) { in getPromisePrototype()
42 bool js::PromiseLookup::isDataPropertyNative(JSContext* cx, NativeObject* obj, in isDataPropertyNative()
51 bool js::PromiseLookup::isAccessorPropertyNative(JSContext* cx, in isAccessorPropertyNative()
60 void js::PromiseLookup::initialize(JSContext* cx) { in initialize()
166 bool js::PromiseLookup::isPromiseStateStillSane(JSContext* cx) { in isPromiseStateStillSane()
212 bool js::PromiseLookup::ensureInitialized(JSContext* cx, in ensureInitialized()
243 bool js::PromiseLookup::isDefaultPromiseState(JSContext* cx) { in isDefaultPromiseState()
250 JSContext* cx, PromiseObject* promise) { in hasDefaultProtoAndNoShadowedProperties()
263 bool js::PromiseLookup::isDefaultInstance(JSContext* cx, PromiseObject* promise, in isDefaultInstance()
H A DObjectOperations-inl.h48 inline bool GetPrototype(JSContext* cx, JS::Handle<JSObject*> obj, in GetPrototype()
64 inline bool IsExtensible(JSContext* cx, JS::Handle<JSObject*> obj, in IsExtensible()
86 inline bool HasProperty(JSContext* cx, JS::Handle<JSObject*> obj, in HasProperty()
95 inline bool HasProperty(JSContext* cx, JS::Handle<JSObject*> obj, in HasProperty()
140 inline bool GetElement(JSContext* cx, JS::Handle<JSObject*> obj, in GetElement()
151 inline bool GetElement(JSContext* cx, JS::Handle<JSObject*> obj, in GetElement()
176 inline bool GetPropertyNoGC(JSContext* cx, JSObject* obj, in GetPropertyNoGC()
185 inline bool GetPropertyNoGC(JSContext* cx, JSObject* obj, in GetPropertyNoGC()
191 inline bool GetElementNoGC(JSContext* cx, JSObject* obj, in GetElementNoGC()
233 JSContext* cx, JSObject* obj, JS::Symbol* symbol, in MaybeHasInterestingSymbolProperty()
[all …]

12345678910>>...591