Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/tests/
Djs_symbol_test.cpp28 using ObjectFactory = panda::ecmascript::ObjectFactory; typedef
/ark/js_runtime/ecmascript/
Dtagged_array.h24 class ObjectFactory; variable
Dglobal_env_constants.h26 class ObjectFactory; variable
Decma_vm.h48 class ObjectFactory; variable
550 friend class ObjectFactory; variable
Dobject_factory.cpp99 ObjectFactory::ObjectFactory(JSThread *thread, Heap *heap) in ObjectFactory() function in panda::ecmascript::ObjectFactory
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_string.cpp49 using ObjectFactory = ecmascript::ObjectFactory; typedef