Home
last modified time | relevance | path

Searched defs:ObjectFactory (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dbyte_array.h24 class ObjectFactory; variable
Dtagged_array.h26 class ObjectFactory; variable
Dglobal_env_constants.h31 class ObjectFactory; variable
Decma_vm.h55 class ObjectFactory; variable
1526 friend class ObjectFactory; variable
Dmethod.h508 friend class ObjectFactory; variable
Djs_hclass.h72 class ObjectFactory; variable
Dobject_factory.cpp122 ObjectFactory::ObjectFactory(JSThread *thread, Heap *heap, SharedHeap *sHeap) in ObjectFactory() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/mem/
Dtagged_object.h89 friend class ObjectFactory; variable
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h35 class ObjectFactory; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp41 using ObjectFactory = ecmascript::ObjectFactory; typedef