Searched refs:exportObject (Results 1 – 4 of 4) sorted by relevance
100 JSTaggedValue GetValueFromExportObject(JSHandle<JSTaggedValue> &exportObject, int32_t index);
174 JSTaggedValue ModuleManager::GetValueFromExportObject(JSHandle<JSTaggedValue> &exportObject, int32_… in GetValueFromExportObject() argument177 return exportObject.GetTaggedValue(); in GetValueFromExportObject()180 JSObject *obj = JSObject::Cast(exportObject.GetTaggedValue()); in GetValueFromExportObject()
71 const JSHandle<JSTaggedValue> &exportObject,
173 JSObject *exportObject = JSObject::Cast(exports.GetTaggedValue().GetTaggedObject()); in ResolveExportObject() local174 … TaggedArray *properties = TaggedArray::Cast(exportObject->GetProperties().GetTaggedObject()); in ResolveExportObject()176 JSHandle<JSHClass> jsHclass(thread, exportObject->GetJSHClass()); in ResolveExportObject()365 …auto exportObject = funcRef->Call(vm, JSValueRef::Undefined(vm), arguments.data(), arguments.size(… in LoadNativeModule() local371 requiredModule->StoreModuleValue(thread, 0, JSNApiHelper::ToJSHandle(exportObject)); in LoadNativeModule()