Home
last modified time | relevance | path

Searched refs:NewMethod (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h552 JSHandle<Method> NewMethod(const MethodLiteral *methodLiteral, MemSpaceType spaceType = OLD_SPACE);
554 JSHandle<Method> NewMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral,
H A Dobject_factory.cpp2019 JSHandle<Method> ObjectFactory::NewMethod(const MethodLiteral *methodLiteral, MemSpaceType spaceType) in NewMethod() function in panda::ecmascript::ObjectFactory
2035 JSHandle<Method> ObjectFactory::NewMethod(const JSPandaFile *jsPandaFile, MethodLiteral *methodLiteral, in NewMethod() function in panda::ecmascript::ObjectFactory
2043 method = NewMethod(methodLiteral); in NewMethod()

Completed in 12 milliseconds