Lines Matching full:setmethod
1258 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1544 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1556 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1626 …bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction()
1641 function->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSIntlBoundFunction()
1662 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROXY_INVALIDATE_PROXY_FU… in NewJSProxyRevocFunction()
1680 awaitFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSAsyncAwaitStatusFunction()
1739 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext()
2038 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy()
2809 reactionsFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in CreateJSPromiseReactionsFunction()
2824 executorFunction->SetMethod( in CreateJSPromiseExecutorFunction()
2837 function->SetMethod( in NewJSPromiseAllResolveElementFunction()
2855 function->SetMethod( in NewJSPromiseAnyRejectElementFunction()
2873 function->SetMethod(thread_, in NewJSPromiseAllSettledResolveElementFunction()
2891 function->SetMethod(thread_, in NewJSPromiseAllSettledRejectElementFunction()
2909 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_THEN_FINA… in NewJSPromiseThenFinallyFunction()
2923 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_CATCH_FIN… in NewJSPromiseCatchFinallyFunction()
2938 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_ASYNC_GENERATOR_NEXT_FULF… in NewJSAsyGenResNextRetProRstFulfilledFtn()
2952 function->SetMethod(thread_, debugVaule); in NewJSAsyncFromSyncIterUnwarpFunction()
2966 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_ASYNC_GENERATOR_NEXT_REJE… in NewJSAsyGenResNextRetProRstRejectedFtn()
2979 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_VALUE_THU… in NewJSPromiseValueThunkFunction()
2992 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_THROWER_F… in NewJSPromiseThrowerFunction()
4022 asyncGeneratorFunc->SetMethod(thread_, method); in NewJSAsyncGeneratorFunction()