Searched refs:NewJSFunctionPrototype (Results 1 – 4 of 4) sorted by relevance
75 JSHandle<JSObject> JSFunction::NewJSFunctionPrototype(JSThread *thread, const JSHandle<JSFunction> … in NewJSFunctionPrototype() function in panda::ecmascript::JSFunction100 proto = JSHandle<JSTaggedValue>::Cast(NewJSFunctionPrototype(thread, fun)); in GetOrCreateInitialJSHClass()115 NewJSFunctionPrototype(thread, func); in PrototypeGetter()
111 …static JSHandle<JSObject> NewJSFunctionPrototype(JSThread *thread, const JSHandle<JSFunction> &fun…
712 JSFunction::NewJSFunctionPrototype(thread, constructorFunc); in HWTEST_F_L0()
1704 JSHandle<JSObject> clsPrototype = JSFunction::NewJSFunctionPrototype(thread, current); in NewClassFunction()