Searched defs:NewJSFunction (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | object_factory_test.cpp | 103 HWTEST_F_L0(ObjectFactoryTest, NewJSFunction) in HWTEST_F_L0() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | new_object_stub_builder.cpp | 499 GateRef NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef constpool, GateRef module, GateRe… in NewJSFunction() function in panda::ecmascript::kungfu::NewObjectStubBuilder 544 void NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef lengt… in NewJSFunction() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 1536 JSHandle<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<GlobalEnv> &env, const void *nativ… in NewJSFunction() function in panda::ecmascript::ObjectFactory 1544 JSHandle<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<GlobalEnv> &env, in NewJSFunction() function in panda::ecmascript::ObjectFactory 4627 JSHandle<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<Method> &methodHandle) in NewJSFunction() function in panda::ecmascript::ObjectFactory 4677 JSHandle<JSFunction> ObjectFactory::NewJSFunction(const JSHandle<Method> &methodHandle, in NewJSFunction() function in panda::ecmascript::ObjectFactory
|