Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.h25 class ObjectFactory; variable
Dbyte_array.h24 class ObjectFactory; variable
Dglobal_env_constants.h30 class ObjectFactory; variable
Decma_context.h40 class ObjectFactory; variable
785 friend class ObjectFactory; variable
Decma_vm.h42 class ObjectFactory; variable
927 friend class ObjectFactory; variable
Dmethod.h504 friend class ObjectFactory; variable
Dobject_factory.cpp115 ObjectFactory::ObjectFactory(JSThread *thread, Heap *heap, SharedHeap *sHeap) in ObjectFactory() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/mem/
Dtagged_object.h62 friend class ObjectFactory; variable
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h33 class ObjectFactory; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp45 using ObjectFactory = ecmascript::ObjectFactory; typedef