Home
last modified time | relevance | path

Searched refs:NewJSFunctionPrototype (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp75 JSHandle<JSObject> JSFunction::NewJSFunctionPrototype(JSThread *thread, const JSHandle<JSFunction> … in NewJSFunctionPrototype() function in panda::ecmascript::JSFunction
100 proto = JSHandle<JSTaggedValue>::Cast(NewJSFunctionPrototype(thread, fun)); in GetOrCreateInitialJSHClass()
115 NewJSFunctionPrototype(thread, func); in PrototypeGetter()
Djs_function.h111 …static JSHandle<JSObject> NewJSFunctionPrototype(JSThread *thread, const JSHandle<JSFunction> &fun…
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp712 JSFunction::NewJSFunctionPrototype(thread, constructorFunc); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1704 JSHandle<JSObject> clsPrototype = JSFunction::NewJSFunctionPrototype(thread, current); in NewClassFunction()