Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Decma_module.cpp25 …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/
Djsnapi.cpp481 …bjectRef> JSNApi::GetExportObject(EcmaVM *vm, const std::string &file, const std::string &itemName) in GetExportObject()
/ark/js_runtime/ecmascript/interpreter/
Dinterpreter-inl.h2599 JSTaggedValue itemName = constpool->GetObjectFromCache(stringId); in RunInternal() local
Dslow_runtime_stub.cpp1251 [[maybe_unused]] JSTaggedValue itemName) in LdModvarByName()
Dinterpreter_assembly.cpp2460 …JSTaggedValue itemName = ConstantPool::Cast(constpool.GetTaggedObject())->GetObjectFromCache(strin… in HandleLdModVarByNamePrefId32V8() local
/ark/js_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3894 GateRef itemName = GetObjectFromConstPool(constpool, stringId); in DECLARE_ASM_HANDLER() local