Searched defs:exportCopy (Results 1 – 2 of 2) sorted by relevance
73 bool Test001(const EcmaVM* vm, Local<ObjectRef> &exportCopy, uint32_t &filter) in Test001()98 bool Test002(const EcmaVM* vm, Local<ObjectRef> &exportCopy, uint32_t &filter) in Test002()170 Local<ObjectRef> exportCopy = ObjectRef::New(vm); variable224 Local<ObjectRef> exportCopy = ObjectRef::New(vm); variable
307 …le* module, panda::ecmascript::ApiCheckContext context, panda::Local<panda::ObjectRef>& exportCopy) in CheckArkApiAllowList()321 …ecmaVm, const panda::Local<panda::ObjectRef> exportObj, panda::Local<panda::ObjectRef>& exportCopy, in CopyPropertyApiFilter()477 panda::Local<panda::ObjectRef> exportCopy = panda::ObjectRef::New(ecmaVm); in ArkNativeEngine() local