Searched refs:GetNativeOrCjsModuleValue (Results 1 – 3 of 3) sorted by relevance
31 static JSTaggedValue GetNativeOrCjsModuleValue(JSThread *thread,
27 return GetNativeOrCjsModuleValue(thread, module.GetTaggedValue(), index); in GetModuleValue()32 JSTaggedValue ModuleManagerHelper::GetNativeOrCjsModuleValue(JSThread *thread, in GetNativeOrCjsModuleValue() function in panda::ecmascript::ModuleManagerHelper
150 result = ModuleManagerHelper::GetNativeOrCjsModuleValue( in GetProperty()