Home
last modified time | relevance | path

Searched defs:cx (Results 126 – 150 of 17060) sorted by relevance

12345678910>>...683

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DSelfHosting.cpp253 static void ThrowErrorWithType(JSContext* cx, JSExnType type, in ThrowErrorWithType()
303 static bool intrinsic_ThrowSyntaxError(JSContext* cx, unsigned argc, in intrinsic_ThrowSyntaxError()
647 static bool intrinsic_UnsafeGetInt32FromReservedSlot(JSContext* cx, in intrinsic_UnsafeGetInt32FromReservedSlot()
1622 bool js::CallSelfHostedFunction(JSContext* cx, const char* name, in CallSelfHostedFunction()
1658 bool js::ReportIncompatibleSelfHostedMethod(JSContext* cx, in ReportIncompatibleSelfHostedMethod()
2533 GlobalObject* JSRuntime::createSelfHostingGlobal(JSContext* cx) { in createSelfHostingGlobal()
2656 bool JSRuntime::initSelfHosting(JSContext* cx) { in initSelfHosting()
2825 static JSObject* CloneObject(JSContext* cx, in CloneObject()
2964 bool JSRuntime::cloneSelfHostedFunctionScript(JSContext* cx, in cloneSelfHostedFunctionScript()
2999 bool JSRuntime::getUnclonedSelfHostedValue(JSContext* cx, in getUnclonedSelfHostedValue()
[all …]
H A DRealm.cpp33 JS_PUBLIC_API JS::Realm* JS::GetCurrentRealmOrNull(JSContext* cx) { in GetCurrentRealmOrNull()
52 JSContext* cx, JS::DestroyRealmCallback callback) { in SetDestroyRealmCallback()
56 JS_PUBLIC_API void JS::SetRealmNameCallback(JSContext* cx, in SetRealmNameCallback()
65 JS_PUBLIC_API JSObject* JS::GetRealmObjectPrototype(JSContext* cx) { in GetRealmObjectPrototype()
70 JS_PUBLIC_API JSObject* JS::GetRealmFunctionPrototype(JSContext* cx) { in GetRealmFunctionPrototype()
75 JS_PUBLIC_API JSObject* JS::GetRealmArrayPrototype(JSContext* cx) { in GetRealmArrayPrototype()
80 JS_PUBLIC_API JSObject* JS::GetRealmErrorPrototype(JSContext* cx) { in GetRealmErrorPrototype()
86 JS_PUBLIC_API JSObject* JS::GetRealmIteratorPrototype(JSContext* cx) { in GetRealmIteratorPrototype()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmValue.cpp75 bool Val::fromJSValue(JSContext* cx, ValType targetType, HandleValue val, in fromJSValue()
83 bool Val::toJSValue(JSContext* cx, MutableHandleValue rval) const { in toJSValue()
96 bool wasm::CheckRefType(JSContext* cx, RefType targetType, HandleValue v, in CheckRefType()
126 bool wasm::CheckFuncRefValue(JSContext* cx, HandleValue v, in CheckFuncRefValue()
149 bool wasm::CheckEqRefValue(JSContext* cx, HandleValue v, in CheckEqRefValue()
403 bool ToJSValue_i8(JSContext* cx, int8_t src, MutableHandleValue dst) { in ToJSValue_i8()
471 bool wasm::ToJSValue(JSContext* cx, const void* src, FieldType type, in ToJSValue()
522 bool wasm::ToJSValue(JSContext* cx, const void* src, ValType type, in ToJSValue()
536 WasmValueBox* WasmValueBox::create(JSContext* cx, HandleValue val) { in create()
545 bool wasm::BoxAnyRef(JSContext* cx, HandleValue val, in BoxAnyRef()
[all …]
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmValue.cpp86 bool Val::fromJSValue(JSContext* cx, ValType targetType, HandleValue val, in fromJSValue()
94 bool Val::toJSValue(JSContext* cx, MutableHandleValue rval) const { in toJSValue()
107 bool wasm::CheckRefType(JSContext* cx, RefType targetType, HandleValue v, in CheckRefType()
137 bool wasm::CheckFuncRefValue(JSContext* cx, HandleValue v, in CheckFuncRefValue()
160 bool wasm::CheckEqRefValue(JSContext* cx, HandleValue v, in CheckEqRefValue()
414 bool ToJSValue_i8(JSContext* cx, int8_t src, MutableHandleValue dst) { in ToJSValue_i8()
482 bool wasm::ToJSValue(JSContext* cx, const void* src, FieldType type, in ToJSValue()
533 bool wasm::ToJSValue(JSContext* cx, const void* src, ValType type, in ToJSValue()
547 WasmValueBox* WasmValueBox::create(JSContext* cx, HandleValue val) { in create()
556 bool wasm::BoxAnyRef(JSContext* cx, HandleValue val, in BoxAnyRef()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/proxy/
H A DWrapper.cpp44 JSContext* cx, HandleObject proxy, HandleId id, in getOwnPropertyDescriptor()
76 JSObject* ForwardingProxyHandler::enumerate(JSContext* cx, in enumerate()
99 JSContext* cx, HandleObject proxy, bool* isOrdinary, in getPrototypeIfOrdinary()
105 bool ForwardingProxyHandler::setImmutablePrototype(JSContext* cx, in setImmutablePrototype()
112 bool ForwardingProxyHandler::preventExtensions(JSContext* cx, in preventExtensions()
183 JSContext* cx, HandleObject proxy, HandleId id, in getPropertyDescriptor()
238 const char* ForwardingProxyHandler::className(JSContext* cx, in className()
245 JSString* ForwardingProxyHandler::fun_toString(JSContext* cx, in fun_toString()
254 JSContext* cx, HandleObject proxy) const { in regexp_toShared()
368 void js::ReportAccessDenied(JSContext* cx) { in ReportAccessDenied()
[all …]
H A DProxy.cpp83 bool Proxy::getPropertyDescriptor(JSContext* cx, HandleObject proxy, in getPropertyDescriptor()
130 bool Proxy::ownPropertyKeys(JSContext* cx, HandleObject proxy, in ownPropertyKeys()
140 bool Proxy::delete_(JSContext* cx, HandleObject proxy, HandleId id, in delete_()
188 /* static */ bool Proxy::getPrototypeIfOrdinary(JSContext* cx, in getPrototypeIfOrdinary()
197 /* static */ bool Proxy::setImmutablePrototype(JSContext* cx, in setImmutablePrototype()
387 JSObject* Proxy::enumerate(JSContext* cx, HandleObject proxy) { in enumerate()
478 bool Proxy::isArray(JSContext* cx, HandleObject proxy, in isArray()
501 JSString* Proxy::fun_toString(JSContext* cx, HandleObject proxy, in fun_toString()
518 bool Proxy::boxedValue_unbox(JSContext* cx, HandleObject proxy, in boxedValue_unbox()
648 bool js::proxy_Call(JSContext* cx, unsigned argc, Value* vp) { in proxy_Call()
[all …]
H A DBaseProxyHandler.cpp17 bool BaseProxyHandler::enter(JSContext* cx, HandleObject wrapper, HandleId id, in enter()
23 bool BaseProxyHandler::has(JSContext* cx, HandleObject proxy, HandleId id, in has()
52 JSContext* cx, HandleObject proxy, HandleId id, in getPropertyDescriptor()
77 bool BaseProxyHandler::get(JSContext* cx, HandleObject proxy, in get()
213 bool BaseProxyHandler::getOwnEnumerablePropertyKeys(JSContext* cx, in getOwnEnumerablePropertyKeys()
254 bool BaseProxyHandler::call(JSContext* cx, HandleObject proxy, in call()
259 bool BaseProxyHandler::construct(JSContext* cx, HandleObject proxy, in construct()
264 const char* BaseProxyHandler::className(JSContext* cx, in className()
278 RegExpShared* BaseProxyHandler::regexp_toShared(JSContext* cx, in regexp_toShared()
295 bool BaseProxyHandler::hasInstance(JSContext* cx, HandleObject proxy, in hasInstance()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmValue.cpp75 bool Val::fromJSValue(JSContext* cx, ValType targetType, HandleValue val, in fromJSValue()
83 bool Val::toJSValue(JSContext* cx, MutableHandleValue rval) const { in toJSValue()
96 bool wasm::CheckRefType(JSContext* cx, RefType targetType, HandleValue v, in CheckRefType()
126 bool wasm::CheckFuncRefValue(JSContext* cx, HandleValue v, in CheckFuncRefValue()
149 bool wasm::CheckEqRefValue(JSContext* cx, HandleValue v, in CheckEqRefValue()
403 bool ToJSValue_i8(JSContext* cx, int8_t src, MutableHandleValue dst) { in ToJSValue_i8()
471 bool wasm::ToJSValue(JSContext* cx, const void* src, FieldType type, in ToJSValue()
522 bool wasm::ToJSValue(JSContext* cx, const void* src, ValType type, in ToJSValue()
536 WasmValueBox* WasmValueBox::create(JSContext* cx, HandleValue val) { in create()
545 bool wasm::BoxAnyRef(JSContext* cx, HandleValue val, in BoxAnyRef()
[all …]
/dports/lang/p5-JavaScript-SpiderMonkey/JavaScript-SpiderMonkey-0.25/
H A DSpiderMonkey.xs43 JSContext *cx, in getsetter_dispatcher()
91 JSContext *cx, in getter_dispatcher()
113 JSContext *cx, in setter_dispatcher()
422 JS_DestroyContext(cx) argument
436 JS_NewObject(cx, class, proto, parent) argument
574 JS_InitStandardClasses(cx, gobj) argument
623 JS_SetErrorReporter(cx) argument
654 JS_DefineProperty(cx, obj, name, value) argument
722 JS_NewArrayObject(cx) argument
737 JS_SetElement(cx, obj, idx, valptr) argument
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsapi.cpp274 JS_GetNaNValue(JSContext* cx) in JS_GetNaNValue()
512 StartRequest(JSContext* cx) in StartRequest()
527 StopRequest(JSContext* cx) in StopRequest()
542 JS_BeginRequest(JSContext* cx) in JS_BeginRequest()
549 JS_EndRequest(JSContext* cx) in JS_EndRequest()
608 JS_GetRuntime(JSContext* cx) in JS_GetRuntime()
623 JSContext* cx = *iterp; in JS_ContextIterator() local
630 JS_GetVersion(JSContext* cx) in JS_GetVersion()
1380 JS_MaybeGC(JSContext* cx) in JS_MaybeGC()
2776 JSContext* cx; member
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/proxy/
H A DWrapper.cpp46 JSContext* cx, HandleObject proxy, HandleId id, in getOwnPropertyDescriptor()
101 JSContext* cx, HandleObject proxy, bool* isOrdinary, in getPrototypeIfOrdinary()
107 bool ForwardingProxyHandler::setImmutablePrototype(JSContext* cx, in setImmutablePrototype()
114 bool ForwardingProxyHandler::preventExtensions(JSContext* cx, in preventExtensions()
136 bool ForwardingProxyHandler::get(JSContext* cx, HandleObject proxy, in get()
236 const char* ForwardingProxyHandler::className(JSContext* cx, in className()
243 JSString* ForwardingProxyHandler::fun_toString(JSContext* cx, in fun_toString()
252 JSContext* cx, HandleObject proxy) const { in regexp_toShared()
285 JSObject* Wrapper::NewSingleton(JSContext* cx, JSObject* obj, in NewSingleton()
431 void js::ReportAccessDenied(JSContext* cx) { in ReportAccessDenied()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/proxy/
H A DProxy.cpp124 Proxy::defineProperty(JSContext* cx, HandleObject proxy, HandleId id, in defineProperty()
224 Proxy::has(JSContext* cx, HandleObject proxy, HandleId id, bool* bp) in has()
252 Proxy::hasOwn(JSContext* cx, HandleObject proxy, HandleId id, bool* bp) in hasOwn()
376 Proxy::call(JSContext* cx, HandleObject proxy, const CallArgs& args) in call()
450 Proxy::className(JSContext* cx, HandleObject proxy) in className()
505 Proxy::unwatch(JSContext* cx, JS::HandleObject proxy, JS::HandleId id) in unwatch()
537 js::proxy_LookupProperty(JSContext* cx, HandleObject obj, HandleId id, in proxy_LookupProperty()
555 js::proxy_DefineProperty(JSContext* cx, HandleObject obj, HandleId id, in proxy_DefineProperty()
678 js::proxy_Call(JSContext* cx, unsigned argc, Value* vp) in proxy_Call()
687 js::proxy_Construct(JSContext* cx, unsigned argc, Value* vp) in proxy_Construct()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdbgapi.c142 DestroyTrap(JSContext *cx, JSTrap *trap) in DestroyTrap()
166 JS_ClearScriptTraps(JSContext *cx, JSScript *script) in JS_ClearScriptTraps()
182 JS_ClearAllTraps(JSContext *cx) in JS_ClearAllTraps()
311 js_MarkWatchPoints(JSContext *cx) in js_MarkWatchPoints()
704 JS_ClearAllWatchPoints(JSContext *cx) in JS_ClearAllWatchPoints()
771 JS_GetFramePC(JSContext *cx, JSStackFrame *fp) in JS_GetFramePC()
866 JS_IsNativeFrame(JSContext *cx, JSStackFrame *fp) in JS_IsNativeFrame()
904 JS_GetFrameThis(JSContext *cx, JSStackFrame *fp) in JS_GetFrameThis()
1315 GetAtomTotalSize(JSContext *cx, JSAtom *atom) in GetAtomTotalSize()
1427 JS_IsSystemObject(JSContext *cx, JSObject *obj) in JS_IsSystemObject()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdbgapi.c142 DestroyTrap(JSContext *cx, JSTrap *trap) in DestroyTrap()
166 JS_ClearScriptTraps(JSContext *cx, JSScript *script) in JS_ClearScriptTraps()
182 JS_ClearAllTraps(JSContext *cx) in JS_ClearAllTraps()
311 js_MarkWatchPoints(JSContext *cx) in js_MarkWatchPoints()
704 JS_ClearAllWatchPoints(JSContext *cx) in JS_ClearAllWatchPoints()
771 JS_GetFramePC(JSContext *cx, JSStackFrame *fp) in JS_GetFramePC()
866 JS_IsNativeFrame(JSContext *cx, JSStackFrame *fp) in JS_IsNativeFrame()
904 JS_GetFrameThis(JSContext *cx, JSStackFrame *fp) in JS_GetFrameThis()
1315 GetAtomTotalSize(JSContext *cx, JSAtom *atom) in GetAtomTotalSize()
1427 JS_IsSystemObject(JSContext *cx, JSObject *obj) in JS_IsSystemObject()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdbgapi.c142 DestroyTrap(JSContext *cx, JSTrap *trap) in DestroyTrap()
166 JS_ClearScriptTraps(JSContext *cx, JSScript *script) in JS_ClearScriptTraps()
182 JS_ClearAllTraps(JSContext *cx) in JS_ClearAllTraps()
311 js_MarkWatchPoints(JSContext *cx) in js_MarkWatchPoints()
704 JS_ClearAllWatchPoints(JSContext *cx) in JS_ClearAllWatchPoints()
771 JS_GetFramePC(JSContext *cx, JSStackFrame *fp) in JS_GetFramePC()
866 JS_IsNativeFrame(JSContext *cx, JSStackFrame *fp) in JS_IsNativeFrame()
904 JS_GetFrameThis(JSContext *cx, JSStackFrame *fp) in JS_GetFrameThis()
1315 GetAtomTotalSize(JSContext *cx, JSAtom *atom) in GetAtomTotalSize()
1427 JS_IsSystemObject(JSContext *cx, JSObject *obj) in JS_IsSystemObject()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdbgapi.c142 DestroyTrap(JSContext *cx, JSTrap *trap) in DestroyTrap()
166 JS_ClearScriptTraps(JSContext *cx, JSScript *script) in JS_ClearScriptTraps()
182 JS_ClearAllTraps(JSContext *cx) in JS_ClearAllTraps()
311 js_MarkWatchPoints(JSContext *cx) in js_MarkWatchPoints()
704 JS_ClearAllWatchPoints(JSContext *cx) in JS_ClearAllWatchPoints()
771 JS_GetFramePC(JSContext *cx, JSStackFrame *fp) in JS_GetFramePC()
866 JS_IsNativeFrame(JSContext *cx, JSStackFrame *fp) in JS_IsNativeFrame()
904 JS_GetFrameThis(JSContext *cx, JSStackFrame *fp) in JS_GetFrameThis()
1315 GetAtomTotalSize(JSContext *cx, JSAtom *atom) in GetAtomTotalSize()
1427 JS_IsSystemObject(JSContext *cx, JSObject *obj) in JS_IsSystemObject()
[all …]
/dports/lang/spidermonkey17/js/src/
H A Djsdbgapi.c142 DestroyTrap(JSContext *cx, JSTrap *trap) in DestroyTrap()
166 JS_ClearScriptTraps(JSContext *cx, JSScript *script) in JS_ClearScriptTraps()
182 JS_ClearAllTraps(JSContext *cx) in JS_ClearAllTraps()
311 js_MarkWatchPoints(JSContext *cx) in js_MarkWatchPoints()
704 JS_ClearAllWatchPoints(JSContext *cx) in JS_ClearAllWatchPoints()
771 JS_GetFramePC(JSContext *cx, JSStackFrame *fp) in JS_GetFramePC()
866 JS_IsNativeFrame(JSContext *cx, JSStackFrame *fp) in JS_IsNativeFrame()
904 JS_GetFrameThis(JSContext *cx, JSStackFrame *fp) in JS_GetFrameThis()
1315 GetAtomTotalSize(JSContext *cx, JSAtom *atom) in GetAtomTotalSize()
1427 JS_IsSystemObject(JSContext *cx, JSObject *obj) in JS_IsSystemObject()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/streams/
H A DStreamAPI.cpp147 JS_PUBLIC_API bool JS::ReadableStreamIsReadable(JSContext* cx, in ReadableStreamIsReadable()
160 JS_PUBLIC_API bool JS::ReadableStreamIsLocked(JSContext* cx, in ReadableStreamIsLocked()
202 JS_PUBLIC_API bool JS::ReadableStreamGetMode(JSContext* cx, in ReadableStreamGetMode()
233 JSContext* cx, Handle<JSObject*> streamObj, in ReadableStreamGetExternalUnderlyingSource()
265 JSContext* cx, Handle<JSObject*> streamObj) { in ReadableStreamReleaseExternalUnderlyingSource()
405 JS_PUBLIC_API bool JS::ReadableStreamTee(JSContext* cx, in ReadableStreamTee()
457 JS_PUBLIC_API bool JS::ReadableStreamClose(JSContext* cx, in ReadableStreamClose()
488 JS_PUBLIC_API bool JS::ReadableStreamEnqueue(JSContext* cx, in ReadableStreamEnqueue()
518 JS_PUBLIC_API bool JS::ReadableStreamError(JSContext* cx, in ReadableStreamError()
568 JSContext* cx, Handle<JSObject*> readerObj) { in ReadableStreamReaderReleaseLock()
[all …]
/dports/www/firefox/firefox-99.0/js/src/builtin/streams/
H A DStreamAPI.cpp148 JS_PUBLIC_API bool JS::ReadableStreamIsReadable(JSContext* cx, in ReadableStreamIsReadable()
161 JS_PUBLIC_API bool JS::ReadableStreamIsLocked(JSContext* cx, in ReadableStreamIsLocked()
203 JS_PUBLIC_API bool JS::ReadableStreamGetMode(JSContext* cx, in ReadableStreamGetMode()
234 JSContext* cx, Handle<JSObject*> streamObj, in ReadableStreamGetExternalUnderlyingSource()
266 JSContext* cx, Handle<JSObject*> streamObj) { in ReadableStreamReleaseExternalUnderlyingSource()
402 JS_PUBLIC_API bool JS::ReadableStreamTee(JSContext* cx, in ReadableStreamTee()
454 JS_PUBLIC_API bool JS::ReadableStreamClose(JSContext* cx, in ReadableStreamClose()
485 JS_PUBLIC_API bool JS::ReadableStreamEnqueue(JSContext* cx, in ReadableStreamEnqueue()
515 JS_PUBLIC_API bool JS::ReadableStreamError(JSContext* cx, in ReadableStreamError()
565 JSContext* cx, Handle<JSObject*> readerObj) { in ReadableStreamReaderReleaseLock()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/streams/
H A DStreamAPI.cpp147 JS_PUBLIC_API bool JS::ReadableStreamIsReadable(JSContext* cx, in ReadableStreamIsReadable()
160 JS_PUBLIC_API bool JS::ReadableStreamIsLocked(JSContext* cx, in ReadableStreamIsLocked()
202 JS_PUBLIC_API bool JS::ReadableStreamGetMode(JSContext* cx, in ReadableStreamGetMode()
233 JSContext* cx, Handle<JSObject*> streamObj, in ReadableStreamGetExternalUnderlyingSource()
265 JSContext* cx, Handle<JSObject*> streamObj) { in ReadableStreamReleaseExternalUnderlyingSource()
405 JS_PUBLIC_API bool JS::ReadableStreamTee(JSContext* cx, in ReadableStreamTee()
457 JS_PUBLIC_API bool JS::ReadableStreamClose(JSContext* cx, in ReadableStreamClose()
488 JS_PUBLIC_API bool JS::ReadableStreamEnqueue(JSContext* cx, in ReadableStreamEnqueue()
518 JS_PUBLIC_API bool JS::ReadableStreamError(JSContext* cx, in ReadableStreamError()
568 JSContext* cx, Handle<JSObject*> readerObj) { in ReadableStreamReaderReleaseLock()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/streams/
H A DPipeToState.cpp68 static MOZ_MUST_USE bool DummyAction(JSContext* cx, in DummyAction()
76 static ReadableStream* GetUnwrappedSource(JSContext* cx, in GetUnwrappedSource()
86 static WritableStream* GetUnwrappedDest(JSContext* cx, in GetUnwrappedDest()
185 JSContext* cx, Handle<PipeToState*> state, in OnSourceErrored()
218 static MOZ_MUST_USE bool OnDestErrored(JSContext* cx, in OnDestErrored()
252 static MOZ_MUST_USE bool OnSourceClosed(JSContext* cx, in OnSourceClosed()
281 static MOZ_MUST_USE bool OnDestClosed(JSContext* cx, in OnDestClosed()
334 JSContext* cx, Handle<PipeToState*> state, in SourceOrDestErroredOrClosed()
442 JSContext* cx, Handle<Stream*> unwrappedStream, in GetClosedPromise()
554 static MOZ_MUST_USE bool ReadFromSource(JSContext* cx, in ReadFromSource()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DObjectOperations-inl.h49 inline bool GetPrototype(JSContext* cx, JS::Handle<JSObject*> obj, in GetPrototype()
65 inline bool IsExtensible(JSContext* cx, JS::Handle<JSObject*> obj, in IsExtensible()
87 inline bool HasProperty(JSContext* cx, JS::Handle<JSObject*> obj, in HasProperty()
96 inline bool HasProperty(JSContext* cx, JS::Handle<JSObject*> obj, in HasProperty()
141 inline bool GetElement(JSContext* cx, JS::Handle<JSObject*> obj, in GetElement()
152 inline bool GetElement(JSContext* cx, JS::Handle<JSObject*> obj, in GetElement()
159 inline bool GetPropertyNoGC(JSContext* cx, JSObject* obj, in GetPropertyNoGC()
168 inline bool GetPropertyNoGC(JSContext* cx, JSObject* obj, in GetPropertyNoGC()
174 inline bool GetElementNoGC(JSContext* cx, JSObject* obj, in GetElementNoGC()
216 JSContext* cx, JSObject* obj, JS::Symbol* symbol, in MaybeHasInterestingSymbolProperty()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DSelfHosting.cpp67 intrinsic_ToObject(JSContext* cx, unsigned argc, Value* vp) in intrinsic_ToObject()
79 intrinsic_IsObject(JSContext* cx, unsigned argc, Value* vp) in intrinsic_IsObject()
89 intrinsic_ToInteger(JSContext* cx, unsigned argc, Value* vp) in intrinsic_ToInteger()
100 intrinsic_ToString(JSContext* cx, unsigned argc, Value* vp) in intrinsic_ToString()
112 intrinsic_ToPropertyKey(JSContext* cx, unsigned argc, Value* vp) in intrinsic_ToPropertyKey()
124 intrinsic_IsCallable(JSContext* cx, unsigned argc, Value* vp) in intrinsic_IsCallable()
763 DangerouslyUnwrapTypedArray(JSContext* cx, JSObject* obj) in DangerouslyUnwrapTypedArray()
1178 intrinsic_LocalTZA(JSContext* cx, unsigned argc, Value* vp) in intrinsic_LocalTZA()
1700 JSRuntime::createSelfHostingGlobal(JSContext* cx) in createSelfHostingGlobal()
1739 JSRuntime::initSelfHosting(JSContext* cx) in initSelfHosting()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/wrappers/
H A DWaiveXrayWrapper.cpp16 WaiveAccessors(JSContext* cx, MutableHandle<PropertyDescriptor> desc) in WaiveAccessors()
35 WaiveXrayWrapper::getPropertyDescriptor(JSContext* cx, HandleObject wrapper, HandleId id, in getPropertyDescriptor()
43 WaiveXrayWrapper::getOwnPropertyDescriptor(JSContext* cx, HandleObject wrapper, HandleId id, in getOwnPropertyDescriptor()
51 WaiveXrayWrapper::get(JSContext* cx, HandleObject wrapper, HandleValue receiver, HandleId id, in get()
59 WaiveXrayWrapper::enumerate(JSContext* cx, HandleObject proxy, in enumerate()
67 WaiveXrayWrapper::call(JSContext* cx, HandleObject wrapper, const JS::CallArgs& args) const in call()
74 WaiveXrayWrapper::construct(JSContext* cx, HandleObject wrapper, const JS::CallArgs& args) const in construct()
83 WaiveXrayWrapper::nativeCall(JSContext* cx, JS::IsAcceptableThis test, in nativeCall()
91 WaiveXrayWrapper::getPrototype(JSContext* cx, HandleObject wrapper, MutableHandleObject protop) con… in getPrototype()
98 WaiveXrayWrapper::getPrototypeIfOrdinary(JSContext* cx, HandleObject wrapper, bool* isOrdinary, in getPrototypeIfOrdinary()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/wrappers/
H A DWaiveXrayWrapper.cpp15 static bool WaiveAccessors(JSContext* cx, in WaiveAccessors()
32 JSContext* cx, HandleObject wrapper, HandleId id, in getPropertyDescriptor()
41 JSContext* cx, HandleObject wrapper, HandleId id, in getOwnPropertyDescriptor()
49 bool WaiveXrayWrapper::get(JSContext* cx, HandleObject wrapper, in get()
56 JSObject* WaiveXrayWrapper::enumerate(JSContext* cx, HandleObject proxy) const { in enumerate()
63 bool WaiveXrayWrapper::call(JSContext* cx, HandleObject wrapper, in call()
69 bool WaiveXrayWrapper::construct(JSContext* cx, HandleObject wrapper, in construct()
77 bool WaiveXrayWrapper::nativeCall(JSContext* cx, JS::IsAcceptableThis test, in nativeCall()
84 bool WaiveXrayWrapper::getPrototype(JSContext* cx, HandleObject wrapper, in getPrototype()
91 JSContext* cx, HandleObject wrapper, bool* isOrdinary, in getPrototypeIfOrdinary()

12345678910>>...683