Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp86 JSHandle<JSObject> JSFunction::NewJSFunctionPrototype(JSThread *thread, const JSHandle<JSFunction> … in NewJSFunctionPrototype() function in panda::ecmascript::JSFunction
111 proto = JSHandle<JSTaggedValue>::Cast(NewJSFunctionPrototype(thread, fun)); in GetOrCreateInitialJSHClass()
133 …JSHandle<JSTaggedValue> proto = JSHandle<JSTaggedValue>::Cast(NewJSFunctionPrototype(thread, func)… in PrototypeGetter()
Djs_function.h118 …static JSHandle<JSObject> NewJSFunctionPrototype(JSThread *thread, const JSHandle<JSFunction> &fun…
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp713 JSFunction::NewJSFunctionPrototype(thread, constructorFunc); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2104 JSHandle<JSObject> clsPrototype = JSFunction::NewJSFunctionPrototype(thread, func); in InitClassFunction()