Searched defs:itemName (Results 1 – 6 of 6) sorted by relevance
/ark/js_runtime/ecmascript/ |
D | ecma_module.cpp | 25 …Handle<JSTaggedValue> EcmaModule::GetItem(const JSThread *thread, JSHandle<JSTaggedValue> itemName) in GetItem() 36 …ule::AddItem(const JSThread *thread, JSHandle<EcmaModule> module, JSHandle<JSTaggedValue> itemName, in AddItem() 49 …::RemoveItem(const JSThread *thread, JSHandle<EcmaModule> module, JSHandle<JSTaggedValue> itemName) in RemoveItem() 73 JSMutableHandle<JSTaggedValue> itemName(thread, JSTaggedValue::Undefined()); in CopyModuleInternal() local 194 void ModuleManager::AddModuleItem(const JSThread *thread, JSHandle<JSTaggedValue> itemName, in AddModuleItem() 214 JSHandle<JSTaggedValue> itemName) in GetModuleItem()
|
/ark/js_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 481 …bjectRef> JSNApi::GetExportObject(EcmaVM *vm, const std::string &file, const std::string &itemName) in GetExportObject()
|
/ark/js_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 2599 JSTaggedValue itemName = constpool->GetObjectFromCache(stringId); in RunInternal() local
|
D | slow_runtime_stub.cpp | 1251 [[maybe_unused]] JSTaggedValue itemName) in LdModvarByName()
|
D | interpreter_assembly.cpp | 2460 …JSTaggedValue itemName = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(strin… in HandleLdModVarByNamePrefId32V8() local
|
/ark/js_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 3894 GateRef itemName = GetObjectFromConstPool(constpool, stringId); in DECLARE_ASM_HANDLER() local
|