Home
last modified time | relevance | path

Searched refs:TypedObjectMethods (Results 1 – 5 of 5) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DSIMD.cpp199 static const JSFunctionSpec TypedObjectMethods[]; member in __anon35b1aeeb0111::Int8x16Defn
207 static const JSFunctionSpec TypedObjectMethods[]; member in __anon35b1aeeb0111::Int16x8Defn
215 static const JSFunctionSpec TypedObjectMethods[]; member in __anon35b1aeeb0111::Int32x4Defn
223 static const JSFunctionSpec TypedObjectMethods[]; member in __anon35b1aeeb0111::Float32x4Defn
231 static const JSFunctionSpec TypedObjectMethods[]; member in __anon35b1aeeb0111::Float64x2Defn
249 const JSFunctionSpec Float32x4Defn::TypedObjectMethods[] = { member in Float32x4Defn
274 const JSFunctionSpec Float64x2Defn::TypedObjectMethods[] = { member in Float64x2Defn
299 const JSFunctionSpec Int8x16Defn::TypedObjectMethods[] = { member in Int8x16Defn
324 const JSFunctionSpec Int16x8Defn::TypedObjectMethods[] = { member in Int16x8Defn
349 const JSFunctionSpec Int32x4Defn::TypedObjectMethods[] = { member in Int32x4Defn
[all …]
H A DTypedObject.cpp43 static const JSFunctionSpec TypedObjectMethods[] = { variable
1256 if (!JS_DefineFunctions(cx, module, TypedObjectMethods)) in initTypedObjectModule()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DTypedObject.cpp49 static const JSFunctionSpec TypedObjectMethods[] = { variable
1497 TypedObjectMethods,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DTypedObject.cpp43 static const JSFunctionSpec TypedObjectMethods[] = { variable
1103 if (!JS_DefineFunctions(cx, module, TypedObjectMethods)) return false; in initTypedObjectModule()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DTypedObject.cpp46 static const JSFunctionSpec TypedObjectMethods[] = { variable
1257 if (!JS_DefineFunctions(cx, module, TypedObjectMethods)) in initTypedObjectModule()