Lines Matching full:setmethod
1698 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
2064 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
2158 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewNativeFunctionByHClass()
2171 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewJSFunctionByHClass()
2184 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewJSFunctionByHClassWithoutAccessor()
2307 bundleFunction->SetMethod(thread_, method); in NewJSBoundFunction()
2324 function->SetMethod(thread_, method); in NewJSIntlBoundFunction()
2348 function->SetMethod(thread_, method); in NewJSProxyRevocFunction()
2369 awaitFunction->SetMethod(thread_, method); in NewJSAsyncAwaitStatusFunction()
2431 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext()
2744 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy()
3765 reactionsFunction->SetMethod(thread_, method); in CreateJSPromiseReactionsFunction()
3781 executorFunction->SetMethod(thread_, method); in CreateJSPromiseExecutorFunction()
3797 fulfilledFunction->SetMethod(thread_, method); in CreateJSAsyncModuleFulfilledFunction()
3813 rejectedFunction->SetMethod(thread_, method); in CreateJSAsyncModuleRejectedFunction()
3828 function->SetMethod(thread_, method); in NewJSPromiseAllResolveElementFunction()
3848 function->SetMethod(thread_, method); in NewJSPromiseAnyRejectElementFunction()
3868 function->SetMethod(thread_, method); in NewJSPromiseAllSettledResolveElementFunction()
3888 function->SetMethod(thread_, method); in NewJSPromiseAllSettledRejectElementFunction()
3908 function->SetMethod(thread_, method); in NewJSPromiseThenFinallyFunction()
3925 function->SetMethod(thread_, method); in NewJSPromiseCatchFinallyFunction()
3943 function->SetMethod(thread_, method); in NewJSAsyGenResNextRetProRstFulfilledFtn()
3958 function->SetMethod(thread_, method); in NewJSAsyncFromSyncIterUnwarpFunction()
3975 function->SetMethod(thread_, method); in NewJSAsyGenResNextRetProRstRejectedFtn()
3991 function->SetMethod(thread_, method); in NewJSPromiseValueThunkFunction()
4006 function->SetMethod(thread_, method); in NewJSPromiseThrowerFunction()
5084 asyncGeneratorFunc->SetMethod(thread_, method); in NewJSAsyncGeneratorFunction()
5156 funcTemp->SetMethod(thread_, method); in NewFunctionTemplate()