Lines Matching refs:SetMethod
1395 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1720 function->SetMethod(thread_, method); in NewSFunctionByHClass()
1753 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1765 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1872 …bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction()
1887 function->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSIntlBoundFunction()
1909 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROXY_INVALIDATE_PROXY_FU… in NewJSProxyRevocFunction()
1928 awaitFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSAsyncAwaitStatusFunction()
1989 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext()
2308 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy()
3266 reactionsFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in CreateJSPromiseReactionsFunction()
3280 executorFunction->SetMethod( in CreateJSPromiseExecutorFunction()
3295 fulfilledFunction->SetMethod( in CreateJSAsyncModuleFulfilledFunction()
3310 rejectedFunction->SetMethod( in CreateJSAsyncModuleRejectedFunction()
3323 function->SetMethod( in NewJSPromiseAllResolveElementFunction()
3341 function->SetMethod( in NewJSPromiseAnyRejectElementFunction()
3359 function->SetMethod(thread_, in NewJSPromiseAllSettledResolveElementFunction()
3377 function->SetMethod(thread_, in NewJSPromiseAllSettledRejectElementFunction()
3395 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_THEN_FINA… in NewJSPromiseThenFinallyFunction()
3409 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_CATCH_FIN… in NewJSPromiseCatchFinallyFunction()
3424 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_ASYNC_GENERATOR_NEXT_FULF… in NewJSAsyGenResNextRetProRstFulfilledFtn()
3438 function->SetMethod(thread_, debugVaule); in NewJSAsyncFromSyncIterUnwarpFunction()
3452 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_ASYNC_GENERATOR_NEXT_REJE… in NewJSAsyGenResNextRetProRstRejectedFtn()
3465 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_VALUE_THU… in NewJSPromiseValueThunkFunction()
3478 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_THROWER_F… in NewJSPromiseThrowerFunction()
4560 asyncGeneratorFunc->SetMethod(thread_, method); in NewJSAsyncGeneratorFunction()