Home
last modified time | relevance | path

Searched defs:NewEcmaHClass (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp193 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(JSHClass *hclass, uint32_t size, JSType type, uint3… in NewEcmaHClass() function in panda::ecmascript::ObjectFactory
214 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaHClass() function in panda::ecmascript::ObjectFactory
402 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, const JSHandle<JSTagged… in NewEcmaHClass() function in panda::ecmascript::ObjectFactory
408 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewEcmaHClass() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp429 DEF_RUNTIME_STUBS(NewEcmaHClass) in DEF_RUNTIME_STUBS() argument