Searched defs:NewEcmaHClass (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 193 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/ |
| D | runtime_stubs.cpp | 429 DEF_RUNTIME_STUBS(NewEcmaHClass) in DEF_RUNTIME_STUBS() argument
|