Lines Matching defs:NewJSObjectByConstructor

296     JSHandle<JSSendableArrayBuffer> sendableArrayBuffer(NewJSObjectByConstructor(constructor));
312 JSHandle<JSSendableArrayBuffer> sendableArrayBuffer(NewJSObjectByConstructor(constructor));
348 JSHandle<JSArrayBuffer> arrayBuffer(NewJSObjectByConstructor(constructor));
373 JSHandle<JSArrayBuffer> arrayBuffer(NewJSObjectByConstructor(constructor));
396 JSHandle<JSDataView> arrayBuffer(NewJSObjectByConstructor(constructor));
409 JSHandle<JSArrayBuffer> sharedArrayBuffer(NewJSObjectByConstructor(constructor));
423 JSHandle<JSArrayBuffer> sharedArrayBuffer(NewJSObjectByConstructor(constructor));
804 return JSHandle<JSArray>(NewJSObjectByConstructor(function));
1053 return NewJSObjectByConstructor(constructor);
1056 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(JSHandle<GlobalEnv> env,
1084 NewJSObjectByConstructor(JSHandle<JSFunction>(env->GetObjectFunction()), JSHandle<JSTaggedValue>(constructor));
1086 LOG_FULL(FATAL) << "NewJSObjectByConstructor should not throw Exception! ";
1091 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor,
1121 NewJSObjectByConstructor(JSHandle<JSFunction>(env->GetObjectFunction()), JSHandle<JSTaggedValue>(constructor));
1123 LOG_FULL(FATAL) << "NewJSObjectByConstructor should not throw Exception! ";
1128 JSHandle<JSObject> ObjectFactory::NewJSObjectByConstructor(const JSHandle<JSFunction> &constructor,
2237 JSHandle<JSPrimitiveRef> obj(NewJSObjectByConstructor(function));
2287 obj = JSHandle<JSPrimitiveRef>::Cast(NewJSObjectByConstructor(stringFunc));
2289 JSHandle<JSObject> newObject = NewJSObjectByConstructor(stringFunc, newTarget);
3151 JSHandle<CjsModule> cjsModule = JSHandle<CjsModule>(NewJSObjectByConstructor(moduleObj));
3160 JSHandle<CjsExports> cjsExports = JSHandle<CjsExports>(NewJSObjectByConstructor(exportsObj));
3169 JSHandle<CjsRequire> cjsRequire = JSHandle<CjsRequire>(NewJSObjectByConstructor(requireObj));
3994 return NewJSObjectByConstructor(builtinObj, inlinedProps);
4298 JSHandle<JSAPIArrayList> obj = JSHandle<JSAPIArrayList>(NewJSObjectByConstructor(builtinObj));
4356 JSHandle<JSAPIPlainArray> obj = JSHandle<JSAPIPlainArray>(NewJSObjectByConstructor(builtinObj));
4510 JSHandle<JSAPIVector> obj = JSHandle<JSAPIVector>(NewJSObjectByConstructor(builtinObj));
4535 JSHandle<JSAPIBitVector> obj = JSHandle<JSAPIBitVector>(NewJSObjectByConstructor(builtinObj));
4595 return JSHandle<JSAPIList>::Cast(NewJSObjectByConstructor(function));
4602 return JSHandle<JSAPILinkedList>::Cast(NewJSObjectByConstructor(function));