Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.h26 class ObjectFactory; variable
Dbyte_array.h24 class ObjectFactory; variable
Decma_context.h46 class ObjectFactory; variable
712 friend class ObjectFactory; variable
Dglobal_env_constants.h31 class ObjectFactory; variable
Decma_vm.h43 class ObjectFactory; variable
1162 friend class ObjectFactory; variable
Dmethod.h508 friend class ObjectFactory; variable
Dobject_factory.cpp114 ObjectFactory::ObjectFactory(JSThread *thread, Heap *heap, SharedHeap *sHeap) in ObjectFactory() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/mem/
Dtagged_object.h63 friend class ObjectFactory; variable
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h33 class ObjectFactory; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp40 using ObjectFactory = ecmascript::ObjectFactory; typedef