Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dtagged_object.h55 friend class ObjectFactory; variable
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.h24 class ObjectFactory; variable
Dbyte_array.h24 class ObjectFactory; variable
Dglobal_env_constants.h30 class ObjectFactory; variable
Decma_context.h41 class ObjectFactory; variable
608 friend class ObjectFactory; variable
Decma_vm.h43 class ObjectFactory; variable
690 friend class ObjectFactory; variable
Dmethod.h471 friend class ObjectFactory; variable
Dobject_factory.cpp154 ObjectFactory::ObjectFactory(JSThread *thread, Heap *heap) in ObjectFactory() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h34 class ObjectFactory; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp61 using ObjectFactory = ecmascript::ObjectFactory; typedef