Home
last modified time | relevance | path

Searched defs:NewEcmaDynClass (Results 1 – 3 of 3) sorted by relevance

/ark/js_runtime/ecmascript/
Dobject_factory.cpp114 JSHandle<JSHClass> ObjectFactory::NewEcmaDynClass(JSHClass *hclass, uint32_t size, JSType type, uin… in NewEcmaDynClass() function in panda::ecmascript::ObjectFactory
124 JSHandle<JSHClass> ObjectFactory::NewEcmaDynClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaDynClass() function in panda::ecmascript::ObjectFactory
259 JSHandle<JSHClass> ObjectFactory::NewEcmaDynClass(uint32_t size, JSType type, const JSHandle<JSTagg… in NewEcmaDynClass() function in panda::ecmascript::ObjectFactory
Druntime_trampolines.cpp330 DEF_RUNTIME_TRAMPOLINES(NewEcmaDynClass) in DEF_RUNTIME_TRAMPOLINES() argument
/ark/js_runtime/ecmascript/compiler/
Dstub_descriptor.cpp582 CALL_STUB_INIT_DESCRIPTOR(NewEcmaDynClass) in CALL_STUB_INIT_DESCRIPTOR() argument