Lines Matching full:setmethod
1629 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1974 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1993 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
2006 function->SetMethod(thread_, method); in NewJSFunctionByHClassWithoutAccessor()
2116 …bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction()
2131 function->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSIntlBoundFunction()
2153 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROXY_INVALIDATE_PROXY_FU… in NewJSProxyRevocFunction()
2172 awaitFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSAsyncAwaitStatusFunction()
2233 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext()
2545 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy()
3593 reactionsFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in CreateJSPromiseReactionsFunction()
3607 executorFunction->SetMethod( in CreateJSPromiseExecutorFunction()
3622 fulfilledFunction->SetMethod( in CreateJSAsyncModuleFulfilledFunction()
3637 rejectedFunction->SetMethod( in CreateJSAsyncModuleRejectedFunction()
3650 function->SetMethod( in NewJSPromiseAllResolveElementFunction()
3668 function->SetMethod( in NewJSPromiseAnyRejectElementFunction()
3686 function->SetMethod(thread_, in NewJSPromiseAllSettledResolveElementFunction()
3704 function->SetMethod(thread_, in NewJSPromiseAllSettledRejectElementFunction()
3722 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_THEN_FINA… in NewJSPromiseThenFinallyFunction()
3736 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_CATCH_FIN… in NewJSPromiseCatchFinallyFunction()
3751 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_ASYNC_GENERATOR_NEXT_FULF… in NewJSAsyGenResNextRetProRstFulfilledFtn()
3765 function->SetMethod(thread_, debugVaule); in NewJSAsyncFromSyncIterUnwarpFunction()
3779 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_ASYNC_GENERATOR_NEXT_REJE… in NewJSAsyGenResNextRetProRstRejectedFtn()
3792 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_VALUE_THU… in NewJSPromiseValueThunkFunction()
3805 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_THROWER_F… in NewJSPromiseThrowerFunction()
4884 asyncGeneratorFunc->SetMethod(thread_, method); in NewJSAsyncGeneratorFunction()
4956 funcTemp->SetMethod(thread_, method); in NewFunctionTemplate()