Home
last modified time | relevance | path

Searched refs:NewJSFunctionByHClassWithoutAccessor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h553 JSHandle<JSFunction> NewJSFunctionByHClassWithoutAccessor(const void *func,
Dobject_factory.cpp1998 JSHandle<JSFunction> ObjectFactory::NewJSFunctionByHClassWithoutAccessor(const void *func, in NewJSFunctionByHClassWithoutAccessor() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp653 JSHandle<JSFunction> funcFuncPrototype = factory_->NewJSFunctionByHClassWithoutAccessor( in InitializeFunction()
665 …factory_->NewJSFunctionByHClassWithoutAccessor(reinterpret_cast<void *>(Function::FunctionConstruc… in InitializeFunction()