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()
3591 reactionsFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in CreateJSPromiseReactionsFunction()
3605 executorFunction->SetMethod( in CreateJSPromiseExecutorFunction()
3620 fulfilledFunction->SetMethod( in CreateJSAsyncModuleFulfilledFunction()
3635 rejectedFunction->SetMethod( in CreateJSAsyncModuleRejectedFunction()
3648 function->SetMethod( in NewJSPromiseAllResolveElementFunction()
3666 function->SetMethod( in NewJSPromiseAnyRejectElementFunction()
3684 function->SetMethod(thread_, in NewJSPromiseAllSettledResolveElementFunction()
3702 function->SetMethod(thread_, in NewJSPromiseAllSettledRejectElementFunction()
3720 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_THEN_FINA… in NewJSPromiseThenFinallyFunction()
3734 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_CATCH_FIN… in NewJSPromiseCatchFinallyFunction()
3749 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_ASYNC_GENERATOR_NEXT_FULF… in NewJSAsyGenResNextRetProRstFulfilledFtn()
3763 function->SetMethod(thread_, debugVaule); in NewJSAsyncFromSyncIterUnwarpFunction()
3777 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_ASYNC_GENERATOR_NEXT_REJE… in NewJSAsyGenResNextRetProRstRejectedFtn()
3790 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_VALUE_THU… in NewJSPromiseValueThunkFunction()
3803 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_THROWER_F… in NewJSPromiseThrowerFunction()
4882 asyncGeneratorFunc->SetMethod(thread_, method); in NewJSAsyncGeneratorFunction()
4954 funcTemp->SetMethod(thread_, method); in NewFunctionTemplate()