Home
last modified time | relevance | path

Searched defs:cx (Results 176 – 200 of 19108) sorted by relevance

12345678910>>...765

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/proxy/
H A DCrossCompartmentWrapper.cpp19 #define PIERCE(cx, wrapper, pre, op, post) \ argument
31 static bool MarkAtoms(JSContext* cx, jsid id) { in MarkAtoms()
36 static bool MarkAtoms(JSContext* cx, const AutoIdVector& ids) { in MarkAtoms()
42 JSContext* cx, HandleObject wrapper, HandleId id, in getPropertyDescriptor()
50 JSContext* cx, HandleObject wrapper, HandleId id, in getOwnPropertyDescriptor()
57 bool CrossCompartmentWrapper::defineProperty(JSContext* cx, in defineProperty()
66 bool CrossCompartmentWrapper::ownPropertyKeys(JSContext* cx, in ownPropertyKeys()
103 JSContext* cx, HandleObject wrapper, bool* isOrdinary, in getPrototypeIfOrdinary()
387 JSContext* cx, HandleObject wrapper) const { in regexp_toShared()
508 void js::RemapWrapper(JSContext* cx, JSObject* wobjArg, in RemapWrapper()
[all …]
/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/commonjs/module/
H A DRequireJarTest.java24 final Context cx = createContext(); in testSandboxed() local
41 final Context cx = Context.enter(); in createContext() local
48 final Context cx = createContext(); in testNonSandboxed() local
61 final Context cx = createContext(); in testRelativeId() local
70 final Context cx = createContext(); in testSetMainForAlreadyLoadedModule() local
90 final Context cx = createContext(); in testWithSandboxedRequire() local
94 private Require getSandboxedRequire(final Context cx) in getSandboxedRequire()
99 private Require getSandboxedRequire(Context cx, Scriptable scope, boolean sandboxed) in getSandboxedRequire()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DDebuggerMemory.cpp38 /* static */ DebuggerMemory* DebuggerMemory::create(JSContext* cx, in create()
59 /* static */ bool DebuggerMemory::construct(JSContext* cx, unsigned argc, in construct()
69 /* static */ DebuggerMemory* DebuggerMemory::checkThis(JSContext* cx, in checkThis()
118 #define THIS_DEBUGGER_MEMORY(cx, argc, vp, fnName, args, memory) \ argument
166 /* static */ bool DebuggerMemory::drainAllocationsLog(JSContext* cx, in drainAllocationsLog()
274 JSContext* cx, unsigned argc, Value* vp) { in getAllocationSamplingProbability()
282 JSContext* cx, unsigned argc, Value* vp) { in setAllocationSamplingProbability()
325 /* static */ bool DebuggerMemory::getOnGarbageCollection(JSContext* cx, in getOnGarbageCollection()
333 /* static */ bool DebuggerMemory::setOnGarbageCollection(JSContext* cx, in setOnGarbageCollection()
344 JSContext* cx, mozilla::MallocSizeOf mallocSizeOf) { in SetDebuggerMallocSizeOf()
[all …]
/dports/www/firefox-esr/firefox-91.8.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()
617 MapObject* MapObject::create(JSContext* cx, in create()
725 #define ARG0_KEY(cx, args, key) \ argument
934 bool MapObject::clear(JSContext* cx, HandleObject obj) { in clear()
990 bool GlobalObject::initSetIteratorProto(JSContext* cx, in initSetIteratorProto()
1243 bool SetObject::keys(JSContext* cx, HandleObject obj, in keys()
1277 SetObject* SetObject::create(JSContext* cx, in create()
1648 bool CallObjFunc(bool (*ObjFunc)(JSContext* cx, HandleObject obj, in CallObjFunc()
[all …]
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DMapObject.cpp57 bool HashableValue::setValue(JSContext* cx, HandleValue v) { in setValue()
168 JSContext* cx = TlsContext.get(); in operator ==() local
229 bool GlobalObject::initMapIteratorProto(JSContext* cx, in initMapIteratorProto()
672 MapObject* MapObject::create(JSContext* cx, in create()
781 #define ARG0_KEY(cx, args, key) \ argument
990 bool MapObject::clear(JSContext* cx, HandleObject obj) { in clear()
1042 bool GlobalObject::initSetIteratorProto(JSContext* cx, in initSetIteratorProto()
1303 bool SetObject::keys(JSContext* cx, HandleObject obj, in keys()
1337 SetObject* SetObject::create(JSContext* cx, in create()
1709 bool CallObjFunc(bool (*ObjFunc)(JSContext* cx, HandleObject obj, in CallObjFunc()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.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()
617 MapObject* MapObject::create(JSContext* cx, in create()
725 #define ARG0_KEY(cx, args, key) \ argument
934 bool MapObject::clear(JSContext* cx, HandleObject obj) { in clear()
990 bool GlobalObject::initSetIteratorProto(JSContext* cx, in initSetIteratorProto()
1243 bool SetObject::keys(JSContext* cx, HandleObject obj, in keys()
1277 SetObject* SetObject::create(JSContext* cx, in create()
1648 bool CallObjFunc(bool (*ObjFunc)(JSContext* cx, HandleObject obj, in CallObjFunc()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/streams/
H A DStreamAPI.cpp145 JS_PUBLIC_API bool JS::ReadableStreamIsReadable(JSContext* cx, in ReadableStreamIsReadable()
158 JS_PUBLIC_API bool JS::ReadableStreamIsLocked(JSContext* cx, in ReadableStreamIsLocked()
200 JS_PUBLIC_API bool JS::ReadableStreamGetMode(JSContext* cx, in ReadableStreamGetMode()
231 JSContext* cx, Handle<JSObject*> streamObj, in ReadableStreamGetExternalUnderlyingSource()
263 JSContext* cx, Handle<JSObject*> streamObj) { in ReadableStreamReleaseExternalUnderlyingSource()
403 JS_PUBLIC_API bool JS::ReadableStreamTee(JSContext* cx, in ReadableStreamTee()
455 JS_PUBLIC_API bool JS::ReadableStreamClose(JSContext* cx, in ReadableStreamClose()
486 JS_PUBLIC_API bool JS::ReadableStreamEnqueue(JSContext* cx, in ReadableStreamEnqueue()
516 JS_PUBLIC_API bool JS::ReadableStreamError(JSContext* cx, in ReadableStreamError()
566 JSContext* cx, Handle<JSObject*> readerObj) { in ReadableStreamReaderReleaseLock()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-io.c13 void cx18_memset_io(struct cx18 *cx, void __iomem *addr, int val, size_t count) in cx18_memset_io()
44 void cx18_sw1_irq_enable(struct cx18 *cx, u32 val) in cx18_sw1_irq_enable()
51 void cx18_sw1_irq_disable(struct cx18 *cx, u32 val) in cx18_sw1_irq_disable()
57 void cx18_sw2_irq_enable(struct cx18 *cx, u32 val) in cx18_sw2_irq_enable()
64 void cx18_sw2_irq_disable(struct cx18 *cx, u32 val) in cx18_sw2_irq_disable()
70 void cx18_sw2_irq_disable_cpu(struct cx18 *cx, u32 val) in cx18_sw2_irq_disable_cpu()
77 void cx18_setup_page(struct cx18 *cx, u32 addr) in cx18_setup_page()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-io.c13 void cx18_memset_io(struct cx18 *cx, void __iomem *addr, int val, size_t count) in cx18_memset_io()
44 void cx18_sw1_irq_enable(struct cx18 *cx, u32 val) in cx18_sw1_irq_enable()
51 void cx18_sw1_irq_disable(struct cx18 *cx, u32 val) in cx18_sw1_irq_disable()
57 void cx18_sw2_irq_enable(struct cx18 *cx, u32 val) in cx18_sw2_irq_enable()
64 void cx18_sw2_irq_disable(struct cx18 *cx, u32 val) in cx18_sw2_irq_disable()
70 void cx18_sw2_irq_disable_cpu(struct cx18 *cx, u32 val) in cx18_sw2_irq_disable_cpu()
77 void cx18_setup_page(struct cx18 *cx, u32 addr) in cx18_setup_page()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-io.c13 void cx18_memset_io(struct cx18 *cx, void __iomem *addr, int val, size_t count) in cx18_memset_io()
44 void cx18_sw1_irq_enable(struct cx18 *cx, u32 val) in cx18_sw1_irq_enable()
51 void cx18_sw1_irq_disable(struct cx18 *cx, u32 val) in cx18_sw1_irq_disable()
57 void cx18_sw2_irq_enable(struct cx18 *cx, u32 val) in cx18_sw2_irq_enable()
64 void cx18_sw2_irq_disable(struct cx18 *cx, u32 val) in cx18_sw2_irq_disable()
70 void cx18_sw2_irq_disable_cpu(struct cx18 *cx, u32 val) in cx18_sw2_irq_disable_cpu()
77 void cx18_setup_page(struct cx18 *cx, u32 addr) in cx18_setup_page()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/shell/
H A DModuleLoader.cpp34 static JSString* ExtractJavaScriptURLSource(JSContext* cx, in ExtractJavaScriptURLSource()
42 bool ModuleLoader::init(JSContext* cx, HandleString loadPath) { in init()
66 JSContext* cx, JS::HandleValue referencingPrivate, in ResolveImportedModule()
74 bool ModuleLoader::GetImportMetaProperties(JSContext* cx, in GetImportMetaProperties()
82 bool ModuleLoader::ImportModuleDynamically(JSContext* cx, in ImportModuleDynamically()
105 JSContext* cx, JS::HandleValue referencingPrivate, in resolveImportedModule()
115 bool ModuleLoader::populateImportMeta(JSContext* cx, in populateImportMeta()
136 bool ModuleLoader::dynamicImport(JSContext* cx, in dynamicImport()
208 bool ModuleLoader::doDynamicImport(JSContext* cx, in doDynamicImport()
221 bool ModuleLoader::tryDynamicImport(JSContext* cx, in tryDynamicImport()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DSelfHosting.cpp337 static void ThrowErrorWithType(JSContext* cx, JSExnType type, in ThrowErrorWithType()
388 static bool intrinsic_ThrowSyntaxError(JSContext* cx, unsigned argc, in intrinsic_ThrowSyntaxError()
766 static bool intrinsic_UnsafeGetInt32FromReservedSlot(JSContext* cx, in intrinsic_UnsafeGetInt32FromReservedSlot()
1657 bool js::CallSelfHostedFunction(JSContext* cx, const char* name, in CallSelfHostedFunction()
1697 bool js::ReportIncompatibleSelfHostedMethod(JSContext* cx, in ReportIncompatibleSelfHostedMethod()
2544 GlobalObject* JSRuntime::createSelfHostingGlobal(JSContext* cx) { in createSelfHostingGlobal()
2676 bool JSRuntime::initSelfHosting(JSContext* cx) { in initSelfHosting()
2887 static JSObject* CloneObject(JSContext* cx, in CloneObject()
3057 bool JSRuntime::cloneSelfHostedFunctionScript(JSContext* cx, in cloneSelfHostedFunctionScript()
3115 bool JSRuntime::getUnclonedSelfHostedValue(JSContext* cx, in getUnclonedSelfHostedValue()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/
H A DModuleLoader.cpp34 static JSString* ExtractJavaScriptURLSource(JSContext* cx, in ExtractJavaScriptURLSource()
42 bool ModuleLoader::init(JSContext* cx, HandleString loadPath) { in init()
66 JSContext* cx, JS::HandleValue referencingPrivate, in ResolveImportedModule()
74 bool ModuleLoader::GetImportMetaProperties(JSContext* cx, in GetImportMetaProperties()
82 bool ModuleLoader::ImportModuleDynamically(JSContext* cx, in ImportModuleDynamically()
138 JSContext* cx, JS::HandleValue referencingPrivate, in resolveImportedModule()
148 bool ModuleLoader::populateImportMeta(JSContext* cx, in populateImportMeta()
169 bool ModuleLoader::dynamicImport(JSContext* cx, in dynamicImport()
241 bool ModuleLoader::doDynamicImport(JSContext* cx, in doDynamicImport()
262 bool ModuleLoader::tryDynamicImport(JSContext* cx, in tryDynamicImport()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/shell/
H A DModuleLoader.cpp34 static JSString* ExtractJavaScriptURLSource(JSContext* cx, in ExtractJavaScriptURLSource()
42 bool ModuleLoader::init(JSContext* cx, HandleString loadPath) { in init()
66 JSContext* cx, JS::HandleValue referencingPrivate, in ResolveImportedModule()
74 bool ModuleLoader::GetImportMetaProperties(JSContext* cx, in GetImportMetaProperties()
82 bool ModuleLoader::ImportModuleDynamically(JSContext* cx, in ImportModuleDynamically()
138 JSContext* cx, JS::HandleValue referencingPrivate, in resolveImportedModule()
148 bool ModuleLoader::populateImportMeta(JSContext* cx, in populateImportMeta()
169 bool ModuleLoader::dynamicImport(JSContext* cx, in dynamicImport()
241 bool ModuleLoader::doDynamicImport(JSContext* cx, in doDynamicImport()
262 bool ModuleLoader::tryDynamicImport(JSContext* cx, in tryDynamicImport()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DSelfHosting.cpp322 static void ThrowErrorWithType(JSContext* cx, JSExnType type, in ThrowErrorWithType()
373 static bool intrinsic_ThrowSyntaxError(JSContext* cx, unsigned argc, in intrinsic_ThrowSyntaxError()
715 static bool intrinsic_UnsafeGetInt32FromReservedSlot(JSContext* cx, in intrinsic_UnsafeGetInt32FromReservedSlot()
1225 static TypedArrayObject* DangerouslyUnwrapTypedArray(JSContext* cx, in DangerouslyUnwrapTypedArray()
1358 static bool intrinsic_TypedArrayInitFromPackedArray(JSContext* cx, in intrinsic_TypedArrayInitFromPackedArray()
1535 bool js::CallSelfHostedFunction(JSContext* cx, const char* name, in CallSelfHostedFunction()
1575 bool js::ReportIncompatibleSelfHostedMethod(JSContext* cx, in ReportIncompatibleSelfHostedMethod()
2542 GlobalObject* JSRuntime::createSelfHostingGlobal(JSContext* cx) { in createSelfHostingGlobal()
2954 static JSObject* CloneObject(JSContext* cx, in CloneObject()
3127 bool JSRuntime::cloneSelfHostedFunctionScript(JSContext* cx, in cloneSelfHostedFunctionScript()
[all …]
H A DModules.cpp76 JSContext* cx, Handle<JSObject*> evaluationPromise, in FinishDynamicModuleImport()
88 JSContext* cx, JS::DynamicImportStatus status, in FinishDynamicModuleImport_NoTLA()
100 static JSObject* CompileModuleHelper(JSContext* cx, in CompileModuleHelper()
110 JS_PUBLIC_API JSObject* JS::CompileModule(JSContext* cx, in CompileModule()
116 JS_PUBLIC_API JSObject* JS::CompileModule(JSContext* cx, in CompileModule()
131 JS_PUBLIC_API bool JS::ModuleInstantiate(JSContext* cx, in ModuleInstantiate()
140 JS_PUBLIC_API bool JS::ModuleEvaluate(JSContext* cx, in ModuleEvaluate()
151 JSContext* cx, Handle<JSObject*> evaluationPromise) { in ThrowOnModuleEvaluationFailure()
159 JS_PUBLIC_API JSObject* JS::GetRequestedModules(JSContext* cx, in GetRequestedModules()
200 JSContext* cx, Handle<JSString*> specifierArg) { in CreateModuleRequest()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DSelfHosting.cpp322 static void ThrowErrorWithType(JSContext* cx, JSExnType type, in ThrowErrorWithType()
373 static bool intrinsic_ThrowSyntaxError(JSContext* cx, unsigned argc, in intrinsic_ThrowSyntaxError()
715 static bool intrinsic_UnsafeGetInt32FromReservedSlot(JSContext* cx, in intrinsic_UnsafeGetInt32FromReservedSlot()
1225 static TypedArrayObject* DangerouslyUnwrapTypedArray(JSContext* cx, in DangerouslyUnwrapTypedArray()
1358 static bool intrinsic_TypedArrayInitFromPackedArray(JSContext* cx, in intrinsic_TypedArrayInitFromPackedArray()
1535 bool js::CallSelfHostedFunction(JSContext* cx, const char* name, in CallSelfHostedFunction()
1575 bool js::ReportIncompatibleSelfHostedMethod(JSContext* cx, in ReportIncompatibleSelfHostedMethod()
2542 GlobalObject* JSRuntime::createSelfHostingGlobal(JSContext* cx) { in createSelfHostingGlobal()
2954 static JSObject* CloneObject(JSContext* cx, in CloneObject()
3127 bool JSRuntime::cloneSelfHostedFunctionScript(JSContext* cx, in cloneSelfHostedFunctionScript()
[all …]
H A DModules.cpp76 JSContext* cx, Handle<JSObject*> evaluationPromise, in FinishDynamicModuleImport()
88 JSContext* cx, JS::DynamicImportStatus status, in FinishDynamicModuleImport_NoTLA()
100 static JSObject* CompileModuleHelper(JSContext* cx, in CompileModuleHelper()
110 JS_PUBLIC_API JSObject* JS::CompileModule(JSContext* cx, in CompileModule()
116 JS_PUBLIC_API JSObject* JS::CompileModule(JSContext* cx, in CompileModule()
131 JS_PUBLIC_API bool JS::ModuleInstantiate(JSContext* cx, in ModuleInstantiate()
140 JS_PUBLIC_API bool JS::ModuleEvaluate(JSContext* cx, in ModuleEvaluate()
151 JSContext* cx, Handle<JSObject*> evaluationPromise) { in ThrowOnModuleEvaluationFailure()
159 JS_PUBLIC_API JSObject* JS::GetRequestedModules(JSContext* cx, in GetRequestedModules()
200 JSContext* cx, Handle<JSString*> specifierArg) { in CreateModuleRequest()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/wrappers/
H A DWaiveXrayWrapper.cpp15 static bool WaiveAccessors(JSContext* cx, in WaiveAccessors()
36 JSContext* cx, HandleObject wrapper, HandleId id, in getOwnPropertyDescriptor()
44 bool WaiveXrayWrapper::get(JSContext* cx, HandleObject wrapper, in get()
51 bool WaiveXrayWrapper::call(JSContext* cx, HandleObject wrapper, in call()
57 bool WaiveXrayWrapper::construct(JSContext* cx, HandleObject wrapper, in construct()
65 bool WaiveXrayWrapper::nativeCall(JSContext* cx, JS::IsAcceptableThis test, in nativeCall()
72 bool WaiveXrayWrapper::hasInstance(JSContext* cx, HandleObject wrapper, in hasInstance()
102 bool WaiveXrayWrapper::getPrototype(JSContext* cx, HandleObject wrapper, in getPrototype()
109 JSContext* cx, HandleObject wrapper, bool* isOrdinary, in getPrototypeIfOrdinary()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DCompilationAndEvaluation.cpp60 static JSScript* CompileSourceBuffer(JSContext* cx, in CompileSourceBuffer()
85 JSContext* cx, const ReadOnlyCompileOptions& options, in CompileSourceBufferAndStartIncrementalEncoding()
164 JSScript* JS::CompileUtf8File(JSContext* cx, in CompileUtf8File()
181 JSScript* JS::CompileUtf8Path(JSContext* cx, in CompileUtf8Path()
262 explicit FunctionCompiler(JSContext* cx) in FunctionCompiler()
404 JSContext* cx, HandleObjectVector envChain, in CompileFunction()
417 JSContext* cx, HandleObjectVector envChain, in CompileFunction()
430 JSContext* cx, HandleObjectVector envChain, in CompileFunctionUtf8()
498 JSContext* cx, JSSourceElementCallback callback) { in SetSourceElementCallback()
580 JS_PUBLIC_API bool JS::Evaluate(JSContext* cx, in Evaluate()
[all …]
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dcxalloc.c28 void *cx_alloc(CxMem *cx, size_t len) in cx_alloc()
37 void *cx_realloc(CxMem *cx, void *ptr, size_t len) in cx_realloc()
50 void cx_free(CxMem *cx, void *ptr) in cx_free()
58 void cx_destroy(CxMem *cx) in cx_destroy()
67 void *cx_alloc0(CxMem *cx, size_t len) in cx_alloc0()
75 void *cx_memdup(CxMem *cx, const void *src, size_t len) in cx_memdup()
83 void *cx_strdup(CxMem *cx, const char *s) in cx_strdup()
88 char *cx_sprintf(CxMem *cx, const char *fmt, ...) in cx_sprintf()
98 char *cx_vsprintf(CxMem *cx, const char *fmt, va_list ap) in cx_vsprintf()
105 int cx_asprintf(CxMem *cx, char **dst_p, const char *fmt, ...) in cx_asprintf()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DRegExp.cpp234 regexp_compile_impl(JSContext* cx, const CallArgs& args) in regexp_compile_impl()
294 regexp_compile(JSContext* cx, unsigned argc, Value* vp) in regexp_compile()
457 regexp_global_impl(JSContext* cx, const CallArgs& args) in regexp_global_impl()
517 regexp_source_impl(JSContext* cx, const CallArgs& args) in regexp_source_impl()
546 regexp_sticky_impl(JSContext* cx, const CallArgs& args) in regexp_sticky_impl()
704 js::CreateRegExpPrototype(JSContext* cx, JSProtoKey key) in CreateRegExpPrototype()
723 ReportLastIndexNonwritable(JSContext* cx) in ReportLastIndexNonwritable()
876 regexp_exec_impl(JSContext* cx, const CallArgs& args) in regexp_exec_impl()
887 js::regexp_exec(JSContext* cx, unsigned argc, Value* vp) in regexp_exec()
921 regexp_test_impl(JSContext* cx, const CallArgs& args) in regexp_test_impl()
[all …]
/dports/www/firefox/firefox-99.0/js/public/
H A DConversions.h132 MOZ_ALWAYS_INLINE bool ToNumber(JSContext* cx, HandleValue v, double* out) { in ToNumber()
162 MOZ_ALWAYS_INLINE bool ToInt32(JSContext* cx, JS::HandleValue v, int32_t* out) { in ToInt32()
173 MOZ_ALWAYS_INLINE bool ToUint32(JSContext* cx, HandleValue v, uint32_t* out) { in ToUint32()
184 MOZ_ALWAYS_INLINE bool ToInt16(JSContext* cx, JS::HandleValue v, int16_t* out) { in ToInt16()
195 MOZ_ALWAYS_INLINE bool ToUint16(JSContext* cx, HandleValue v, uint16_t* out) { in ToUint16()
206 MOZ_ALWAYS_INLINE bool ToInt8(JSContext* cx, JS::HandleValue v, int8_t* out) { in ToInt8()
231 MOZ_ALWAYS_INLINE bool ToInt64(JSContext* cx, HandleValue v, int64_t* out) { in ToInt64()
245 MOZ_ALWAYS_INLINE bool ToUint64(JSContext* cx, HandleValue v, uint64_t* out) { in ToUint64()
256 MOZ_ALWAYS_INLINE JSString* ToString(JSContext* cx, HandleValue v) { in ToString()
266 inline JSObject* ToObject(JSContext* cx, HandleValue v) { in ToObject()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Dnumberlong.cpp68 int64_t NumberLongInfo::ToNumberLong(JSContext* cx, JS::HandleValue thisv) { in ToNumberLong()
73 int64_t NumberLongInfo::ToNumberLong(JSContext* cx, JS::HandleObject thisv) { in ToNumberLong()
78 void NumberLongInfo::Functions::valueOf::call(JSContext* cx, JS::CallArgs args) { in call()
83 void NumberLongInfo::Functions::toNumber::call(JSContext* cx, JS::CallArgs args) { in call()
87 void NumberLongInfo::Functions::toString::call(JSContext* cx, JS::CallArgs args) { in call()
103 void NumberLongInfo::Functions::toJSON::call(JSContext* cx, JS::CallArgs args) { in call()
110 void NumberLongInfo::Functions::compare::call(JSContext* cx, JS::CallArgs args) { in call()
129 void NumberLongInfo::Functions::floatApprox::call(JSContext* cx, JS::CallArgs args) { in call()
141 void NumberLongInfo::Functions::top::call(JSContext* cx, JS::CallArgs args) { in call()
146 void NumberLongInfo::Functions::bottom::call(JSContext* cx, JS::CallArgs args) { in call()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DEnvironmentObject.cpp153 CallObject::createSingleton(JSContext* cx, HandleShape shape) in createSingleton()
241 CallObject::create(JSContext* cx, AbstractFramePtr frame) in create()
666 IsUnscopableDotName(JSContext* cx, HandleId id) in IsUnscopableDotName()
810 NonSyntacticVariablesObject::create(JSContext* cx) in create()
1351 ReportOptimizedOut(JSContext* cx, HandleId id) in ReportOptimizedOut()
1603 static bool isArguments(JSContext* cx, jsid id) in isArguments()
1607 static bool isThis(JSContext* cx, jsid id) in isThis()
1837 bool getMissingThisPropertyDescriptor(JSContext* cx, in getMissingThisPropertyDescriptor()
2272 DebugEnvironments::DebugEnvironments(JSContext* cx) in DebugEnvironments()
2375 CanUseDebugEnvironmentMaps(JSContext* cx) in CanUseDebugEnvironmentMaps()
[all …]

12345678910>>...765