Searched refs:NewJSFunctionPrototype (Results 1 – 4 of 4) sorted by relevance
86 JSHandle<JSObject> JSFunction::NewJSFunctionPrototype(JSThread *thread, const JSHandle<JSFunction> … in NewJSFunctionPrototype() function in panda::ecmascript::JSFunction111 proto = JSHandle<JSTaggedValue>::Cast(NewJSFunctionPrototype(thread, fun)); in GetOrCreateInitialJSHClass()133 …JSHandle<JSTaggedValue> proto = JSHandle<JSTaggedValue>::Cast(NewJSFunctionPrototype(thread, func)… in PrototypeGetter()
118 …static JSHandle<JSObject> NewJSFunctionPrototype(JSThread *thread, const JSHandle<JSFunction> &fun…
713 JSFunction::NewJSFunctionPrototype(thread, constructorFunc); in HWTEST_F_L0()
2104 JSHandle<JSObject> clsPrototype = JSFunction::NewJSFunctionPrototype(thread, func); in InitClassFunction()