Searched refs:GetMethodByIndex (Results 1 – 4 of 4) sorted by relevance
377 JSTaggedValue GetMethodByIndex(MethodIndex idx);
1677 …bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction()1692 function->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSIntlBoundFunction()1714 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROXY_INVALIDATE_PROXY_FU… in NewJSProxyRevocFunction()1733 awaitFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSAsyncAwaitStatusFunction()2102 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy()2819 reactionsFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in CreateJSPromiseReactionsFunction()2834 thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_EXECUTOR)); in CreateJSPromiseExecutorFunction()2847 … thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_RESOLVE_ELEMENT_FUNCTION)); in NewJSPromiseAllResolveElementFunction()2865 …thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_ANY_REJECT_ELEMENT_FUNCTION)); in NewJSPromiseAnyRejectElementFunction()2883 …vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_ALL_SETTLED_RESOLVE_ELEMENT_FUNCTION)); in NewJSPromiseAllSettledResolveElementFunction()[all …]
565 JSTaggedValue EcmaVM::GetMethodByIndex(MethodIndex idx) in GetMethodByIndex() function in panda::ecmascript::EcmaVM
1007 …thread->GetEcmaVM()->GetMethodByIndex(MethodIndex::BUILTINS_OBJECT_CREATE_DATA_PROPERTY_ON_OBJECT_… in FromEntries()