Home
last modified time | relevance | path

Searched refs:HandleValue (Results 1 – 25 of 2132) sorted by relevance

12345678910>>...86

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DInterpreter.h63 extern bool CallGetter(JSContext* cx, HandleValue thisv, HandleValue getter,
66 extern bool CallSetter(JSContext* cx, HandleValue thisv, HandleValue setter,
78 extern bool Call(JSContext* cx, HandleValue fval, HandleValue thisv,
81 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
94 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
109 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
110 HandleValue arg0, HandleValue arg1, MutableHandleValue rval) { in Call()
292 extern bool LooselyEqual(JSContext* cx, HandleValue lval, HandleValue rval,
296 extern bool SameValue(JSContext* cx, HandleValue v1, HandleValue v2,
444 bool DeleteElementJit(JSContext* cx, HandleValue val, HandleValue index,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DInterpreter.h71 CallSetter(JSContext* cx, HandleValue thisv, HandleValue setter, HandleValue rval);
85 Call(JSContext* cx, HandleValue fval, HandleValue thisv, MutableHandleValue rval)
100 Call(JSContext* cx, HandleValue fval, HandleValue thisv, HandleValue arg0, MutableHandleValue rval)
108 Call(JSContext* cx, HandleValue fval, JSObject* thisObj, HandleValue arg0,
118 Call(JSContext* cx, HandleValue fval, HandleValue thisv,
119 HandleValue arg0, HandleValue arg1, MutableHandleValue rval)
129 HandleValue arg0, HandleValue arg1, MutableHandleValue rval) in GetSelectorRuntime()
310 StrictlyEqual(JSContext* cx, HandleValue lval, HandleValue rval, bool* equal); in init()
313 LooselyEqual(JSContext* cx, HandleValue lval, HandleValue rval, bool* equal);
317 SameValue(JSContext* cx, HandleValue v1, HandleValue v2, bool* same);
[all …]
H A DValue.cpp16 const HandleValue NullHandleValue = HandleValue::fromMarkedLocation(&JSVAL_NULL);
17 const HandleValue UndefinedHandleValue = HandleValue::fromMarkedLocation(&JSVAL_VOID);
18 const HandleValue TrueHandleValue = HandleValue::fromMarkedLocation(&JSVAL_TRUE);
19 const HandleValue FalseHandleValue = HandleValue::fromMarkedLocation(&JSVAL_FALSE);
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DInterpreter.h70 extern bool CallGetter(JSContext* cx, HandleValue thisv, HandleValue getter,
73 extern bool CallSetter(JSContext* cx, HandleValue thisv, HandleValue setter,
85 extern bool Call(JSContext* cx, HandleValue fval, HandleValue thisv,
89 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
102 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
117 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
118 HandleValue arg0, HandleValue arg1, MutableHandleValue rval) { in Call()
517 HandleValue index, HandleValue value,
577 bool DelElemOperation(JSContext* cx, HandleValue val, HandleValue index,
613 HandleValue thisv, HandleValue callee, HandleValue arr,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DInterpreter.h69 extern bool CallGetter(JSContext* cx, HandleValue thisv, HandleValue getter,
72 extern bool CallSetter(JSContext* cx, HandleValue thisv, HandleValue setter,
84 extern bool Call(JSContext* cx, HandleValue fval, HandleValue thisv,
88 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
101 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
116 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
117 HandleValue arg0, HandleValue arg1, MutableHandleValue rval) { in Call()
125 HandleValue arg0, HandleValue arg1, MutableHandleValue rval) { in Call()
519 HandleValue index, HandleValue value,
585 bool DelElemOperation(JSContext* cx, HandleValue val, HandleValue index,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DInterpreter.h70 extern bool CallGetter(JSContext* cx, HandleValue thisv, HandleValue getter,
73 extern bool CallSetter(JSContext* cx, HandleValue thisv, HandleValue setter,
85 extern bool Call(JSContext* cx, HandleValue fval, HandleValue thisv,
89 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
102 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
117 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
118 HandleValue arg0, HandleValue arg1, MutableHandleValue rval) { in Call()
126 HandleValue arg0, HandleValue arg1, MutableHandleValue rval) { in Call()
517 HandleValue index, HandleValue value,
577 bool DelElemOperation(JSContext* cx, HandleValue val, HandleValue index,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DInterpreter.h70 extern bool CallGetter(JSContext* cx, HandleValue thisv, HandleValue getter,
73 extern bool CallSetter(JSContext* cx, HandleValue thisv, HandleValue setter,
85 extern bool Call(JSContext* cx, HandleValue fval, HandleValue thisv,
89 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
102 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
117 inline bool Call(JSContext* cx, HandleValue fval, HandleValue thisv, in Call()
118 HandleValue arg0, HandleValue arg1, MutableHandleValue rval) { in Call()
126 HandleValue arg0, HandleValue arg1, MutableHandleValue rval) { in Call()
517 HandleValue index, HandleValue value,
577 bool DelElemOperation(JSContext* cx, HandleValue val, HandleValue index,
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/scriptinterface/
H A DScriptInterface.h172 bool GetProperty(JS::HandleValue obj, const char* name, T& out) const;
184 bool GetPropertyInt(JS::HandleValue obj, int name, T& out) const;
194 bool HasProperty(JS::HandleValue obj, const char* name) const;
198 bool SetPrototype(JS::HandleValue obj, JS::HandleValue proto);
200 bool FreezeObject(JS::HandleValue objVal, bool deep) const;
365 bool SetGlobal_(const char* name, JS::HandleValue value, bool replace);
366 …bool SetProperty_(JS::HandleValue obj, const char* name, JS::HandleValue value, bool readonly, boo…
367 …bool SetProperty_(JS::HandleValue obj, const wchar_t* name, JS::HandleValue value, bool readonly, …
368 …bool SetPropertyInt_(JS::HandleValue obj, int name, JS::HandleValue value, bool readonly, bool enu…
464 …tInterface::AssignOrToJSVal<JS::HandleValue>(JSContext* UNUSED(cx), JS::MutableHandleValue handle,…
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DInterpreter.h94 Construct(JSContext* cx, HandleValue fval, const ConstructArgs& args, HandleValue newTarget,
104 InternalConstructWithProvidedThis(JSContext* cx, HandleValue fval, HandleValue thisv,
236 StrictlyEqual(JSContext* cx, HandleValue lval, HandleValue rval, bool* equal);
239 LooselyEqual(JSContext* cx, HandleValue lval, HandleValue rval, bool* equal);
243 SameValue(JSContext* cx, HandleValue v1, HandleValue v2, bool* same);
338 Throw(JSContext* cx, HandleValue v);
341 ThrowingOperation(JSContext* cx, HandleValue v);
366 SetObjectElement(JSContext* cx, HandleObject obj, HandleValue index, HandleValue value,
369 SetObjectElement(JSContext* cx, HandleObject obj, HandleValue index, HandleValue value,
403 DeleteElementJit(JSContext* cx, HandleValue val, HandleValue index, bool* bv);
[all …]
H A DValue.cpp16 const HandleValue NullHandleValue = HandleValue::fromMarkedLocation(&JSVAL_NULL);
17 const HandleValue UndefinedHandleValue = HandleValue::fromMarkedLocation(&JSVAL_VOID);
18 const HandleValue TrueHandleValue = HandleValue::fromMarkedLocation(&JSVAL_TRUE);
19 const HandleValue FalseHandleValue = HandleValue::fromMarkedLocation(&JSVAL_FALSE);
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBaselineIC.h340 ICFallbackStub* stub, HandleValue arg,
345 HandleValue rhs, HandleValue receiver,
349 ICFallbackStub* stub, HandleValue lhs,
354 HandleValue objv, HandleValue index,
355 HandleValue rhs);
358 ICFallbackStub* stub, HandleValue key,
367 HandleValue objValue,
368 HandleValue keyValue,
394 HandleValue lhs, HandleValue rhs);
402 HandleValue value,
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBaselineIC.h326 ICFallbackStub* stub, HandleValue arg,
331 HandleValue rhs, HandleValue receiver,
335 ICFallbackStub* stub, HandleValue lhs,
340 HandleValue objv, HandleValue index,
341 HandleValue rhs);
344 ICFallbackStub* stub, HandleValue key,
353 HandleValue objValue,
354 HandleValue keyValue,
380 HandleValue lhs, HandleValue rhs);
388 HandleValue value,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBaselineIC.h340 ICFallbackStub* stub, HandleValue arg,
345 HandleValue rhs, HandleValue receiver,
349 ICFallbackStub* stub, HandleValue lhs,
354 HandleValue objv, HandleValue index,
355 HandleValue rhs);
358 ICFallbackStub* stub, HandleValue key,
367 HandleValue objValue,
368 HandleValue keyValue,
394 HandleValue lhs, HandleValue rhs);
402 HandleValue value,
[all …]
/dports/www/firefox/firefox-99.0/js/public/
H A DConversions.h32 extern JS_PUBLIC_API bool ToBooleanSlow(JS::HandleValue v);
35 extern JS_PUBLIC_API bool ToNumberSlow(JSContext* cx, JS::HandleValue v,
39 extern JS_PUBLIC_API bool ToInt8Slow(JSContext* cx, JS::HandleValue v,
43 extern JS_PUBLIC_API bool ToUint8Slow(JSContext* cx, JS::HandleValue v,
47 extern JS_PUBLIC_API bool ToInt16Slow(JSContext* cx, JS::HandleValue v,
51 extern JS_PUBLIC_API bool ToInt32Slow(JSContext* cx, JS::HandleValue v,
63 extern JS_PUBLIC_API bool ToInt64Slow(JSContext* cx, JS::HandleValue v,
91 inline void AssertArgumentsAreSane(JSContext* cx, HandleValue v) {}
109 MOZ_ALWAYS_INLINE bool ToBoolean(HandleValue v) { in ToBoolean()
256 MOZ_ALWAYS_INLINE JSString* ToString(JSContext* cx, HandleValue v) { in ToString()
[all …]
H A DMapAndSet.h26 HandleValue key, MutableHandleValue rval);
29 HandleValue key, bool* rval);
32 HandleValue key, HandleValue val);
35 HandleValue key, bool* rval);
49 HandleValue callbackFn,
50 HandleValue thisVal);
60 HandleValue key, bool* rval);
63 HandleValue key, bool* rval);
66 HandleValue key);
80 HandleValue callbackFn,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DConversions.h32 extern JS_PUBLIC_API bool ToBooleanSlow(JS::HandleValue v);
35 extern JS_PUBLIC_API bool ToNumberSlow(JSContext* cx, JS::HandleValue v,
39 extern JS_PUBLIC_API bool ToInt8Slow(JSContext* cx, JS::HandleValue v,
43 extern JS_PUBLIC_API bool ToUint8Slow(JSContext* cx, JS::HandleValue v,
47 extern JS_PUBLIC_API bool ToInt16Slow(JSContext* cx, JS::HandleValue v,
51 extern JS_PUBLIC_API bool ToInt32Slow(JSContext* cx, JS::HandleValue v,
63 extern JS_PUBLIC_API bool ToInt64Slow(JSContext* cx, JS::HandleValue v,
91 inline void AssertArgumentsAreSane(JSContext* cx, HandleValue v) {}
109 MOZ_ALWAYS_INLINE bool ToBoolean(HandleValue v) { in ToBoolean()
256 MOZ_ALWAYS_INLINE JSString* ToString(JSContext* cx, HandleValue v) { in ToString()
[all …]
H A DMapAndSet.h26 HandleValue key, MutableHandleValue rval);
29 HandleValue key, bool* rval);
32 HandleValue key, HandleValue val);
35 HandleValue key, bool* rval);
49 HandleValue callbackFn,
50 HandleValue thisVal);
60 HandleValue key, bool* rval);
63 HandleValue key, bool* rval);
66 HandleValue key);
80 HandleValue callbackFn,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DConversions.h32 extern JS_PUBLIC_API bool ToBooleanSlow(JS::HandleValue v);
35 extern JS_PUBLIC_API bool ToNumberSlow(JSContext* cx, JS::HandleValue v,
39 extern JS_PUBLIC_API bool ToInt8Slow(JSContext* cx, JS::HandleValue v,
43 extern JS_PUBLIC_API bool ToUint8Slow(JSContext* cx, JS::HandleValue v,
47 extern JS_PUBLIC_API bool ToInt16Slow(JSContext* cx, JS::HandleValue v,
51 extern JS_PUBLIC_API bool ToInt32Slow(JSContext* cx, JS::HandleValue v,
63 extern JS_PUBLIC_API bool ToInt64Slow(JSContext* cx, JS::HandleValue v,
91 inline void AssertArgumentsAreSane(JSContext* cx, HandleValue v) {}
109 MOZ_ALWAYS_INLINE bool ToBoolean(HandleValue v) { in ToBoolean()
256 MOZ_ALWAYS_INLINE JSString* ToString(JSContext* cx, HandleValue v) { in ToString()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DConversions.h29 ToBooleanSlow(JS::HandleValue v);
69 ToStringSlow(JSContext* cx, JS::HandleValue v);
88 AssertArgumentsAreSane(JSContext* cx, HandleValue v);
109 ToBoolean(HandleValue v) in ToBoolean()
130 ToNumber(JSContext* cx, HandleValue v, double* out) in ToNumber()
172 ToUint32(JSContext* cx, HandleValue v, uint32_t* out) in ToUint32()
198 ToUint16(JSContext* cx, HandleValue v, uint16_t* out) in ToUint16()
211 ToInt8(JSContext *cx, JS::HandleValue v, int8_t *out) in ToInt8()
240 ToInt64(JSContext* cx, HandleValue v, int64_t* out) in ToInt64()
269 ToString(JSContext* cx, HandleValue v) in ToString()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DConversions.h28 extern JS_PUBLIC_API bool ToBooleanSlow(JS::HandleValue v);
31 extern JS_PUBLIC_API bool ToNumberSlow(JSContext* cx, JS::HandleValue v,
35 extern JS_PUBLIC_API bool ToInt8Slow(JSContext* cx, JS::HandleValue v,
39 extern JS_PUBLIC_API bool ToUint8Slow(JSContext* cx, JS::HandleValue v,
43 extern JS_PUBLIC_API bool ToInt16Slow(JSContext* cx, JS::HandleValue v,
47 extern JS_PUBLIC_API bool ToInt32Slow(JSContext* cx, JS::HandleValue v,
59 extern JS_PUBLIC_API bool ToInt64Slow(JSContext* cx, JS::HandleValue v,
87 inline void AssertArgumentsAreSane(JSContext* cx, HandleValue v) {}
105 MOZ_ALWAYS_INLINE bool ToBoolean(HandleValue v) { in ToBoolean()
237 MOZ_ALWAYS_INLINE JSString* ToString(JSContext* cx, HandleValue v) { in ToString()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DConversions.h32 extern JS_PUBLIC_API bool ToBooleanSlow(JS::HandleValue v);
35 extern JS_PUBLIC_API bool ToNumberSlow(JSContext* cx, JS::HandleValue v,
39 extern JS_PUBLIC_API bool ToInt8Slow(JSContext* cx, JS::HandleValue v,
43 extern JS_PUBLIC_API bool ToUint8Slow(JSContext* cx, JS::HandleValue v,
47 extern JS_PUBLIC_API bool ToInt16Slow(JSContext* cx, JS::HandleValue v,
51 extern JS_PUBLIC_API bool ToInt32Slow(JSContext* cx, JS::HandleValue v,
63 extern JS_PUBLIC_API bool ToInt64Slow(JSContext* cx, JS::HandleValue v,
91 inline void AssertArgumentsAreSane(JSContext* cx, HandleValue v) {}
109 MOZ_ALWAYS_INLINE bool ToBoolean(HandleValue v) { in ToBoolean()
256 MOZ_ALWAYS_INLINE JSString* ToString(JSContext* cx, HandleValue v) { in ToString()
[all …]
H A DMapAndSet.h26 HandleValue key, MutableHandleValue rval);
29 HandleValue key, bool* rval);
32 HandleValue key, HandleValue val);
35 HandleValue key, bool* rval);
49 HandleValue callbackFn,
50 HandleValue thisVal);
60 HandleValue key, bool* rval);
63 HandleValue key, bool* rval);
66 HandleValue key);
80 HandleValue callbackFn,
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DConversions.h29 ToBooleanSlow(JS::HandleValue v);
65 ToStringSlow(JSContext* cx, JS::HandleValue v);
84 AssertArgumentsAreSane(JSContext* cx, HandleValue v);
105 ToBoolean(HandleValue v) in ToBoolean()
126 ToNumber(JSContext* cx, HandleValue v, double* out) in ToNumber()
168 ToUint32(JSContext* cx, HandleValue v, uint32_t* out) in ToUint32()
194 ToUint16(JSContext* cx, HandleValue v, uint16_t* out) in ToUint16()
207 ToInt8(JSContext *cx, JS::HandleValue v, int8_t *out) in ToInt8()
223 ToInt64(JSContext* cx, HandleValue v, int64_t* out) in ToInt64()
252 ToString(JSContext* cx, HandleValue v) in ToString()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DConversions.h29 ToBooleanSlow(JS::HandleValue v);
65 ToStringSlow(JSContext* cx, JS::HandleValue v);
84 AssertArgumentsAreSane(JSContext* cx, HandleValue v);
105 ToBoolean(HandleValue v) in ToBoolean()
126 ToNumber(JSContext* cx, HandleValue v, double* out) in ToNumber()
168 ToUint32(JSContext* cx, HandleValue v, uint32_t* out) in ToUint32()
194 ToUint16(JSContext* cx, HandleValue v, uint16_t* out) in ToUint16()
207 ToInt8(JSContext *cx, JS::HandleValue v, int8_t *out) in ToInt8()
223 ToInt64(JSContext* cx, HandleValue v, int64_t* out) in ToInt64()
252 ToString(JSContext* cx, HandleValue v) in ToString()
[all …]
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dmedia_label.h42 typedef uint16_t HandleValue; typedef
44 typedef std::unordered_map<std::string, HandleValue> LabelMap;
45 typedef std::unordered_map<HandleValue, std::string> HandleMap;
56 static HandleValue getHandle(const std::string &label) { in getHandle()
64 static std::string getLabel(const HandleValue &handle) { in getLabel()
77 HandleValue iGetHandle(const std::string &);
78 std::string iGetLabel(const HandleValue &) const;
90 HandleValue next_handle_;
107 static_cast<MediaLabelManager::HandleValue>(handle)); in operator()
150 explicit operator MediaLabelManager::HandleValue() const noexcept { in HandleValue() function
[all …]

12345678910>>...86