• Home
  • Raw
  • Download

Lines Matching full:setmethod

1735 …         JSBoundFunction::Cast(*obj)->SetMethod<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined());  in InitializeJSObject()
2105 function->SetMethod(thread_, method); in SetupJSFunctionByHClass()
2202 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewNativeFunctionByHClass()
2216 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewNativeBuiltinFunctionByHClass()
2229 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewJSFunctionByHClass()
2242 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewJSFunctionByHClassWithoutAccessor()
2365 bundleFunction->SetMethod(thread_, method); in NewJSBoundFunction()
2382 function->SetMethod(thread_, method); in NewJSIntlBoundFunction()
2406 function->SetMethod(thread_, method); in NewJSProxyRevocFunction()
2427 awaitFunction->SetMethod(thread_, method); in NewJSAsyncAwaitStatusFunction()
2489 obj->SetMethod<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext()
2821 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy()
3858 reactionsFunction->SetMethod(thread_, method); in CreateJSPromiseReactionsFunction()
3874 executorFunction->SetMethod(thread_, method); in CreateJSPromiseExecutorFunction()
3890 fulfilledFunction->SetMethod(thread_, method); in CreateJSAsyncModuleFulfilledFunction()
3906 rejectedFunction->SetMethod(thread_, method); in CreateJSAsyncModuleRejectedFunction()
3921 function->SetMethod(thread_, method); in NewJSPromiseAllResolveElementFunction()
3941 function->SetMethod(thread_, method); in NewJSPromiseAnyRejectElementFunction()
3961 function->SetMethod(thread_, method); in NewJSPromiseAllSettledResolveElementFunction()
3981 function->SetMethod(thread_, method); in NewJSPromiseAllSettledRejectElementFunction()
4001 function->SetMethod(thread_, method); in NewJSPromiseThenFinallyFunction()
4018 function->SetMethod(thread_, method); in NewJSPromiseCatchFinallyFunction()
4036 function->SetMethod(thread_, method); in NewJSAsyGenResNextRetProRstFulfilledFtn()
4051 function->SetMethod(thread_, method); in NewJSAsyncFromSyncIterUnwarpFunction()
4068 function->SetMethod(thread_, method); in NewJSAsyGenResNextRetProRstRejectedFtn()
4084 function->SetMethod(thread_, method); in NewJSPromiseValueThunkFunction()
4099 function->SetMethod(thread_, method); in NewJSPromiseThrowerFunction()
5257 asyncGeneratorFunc->SetMethod(thread_, method); in NewJSAsyncGeneratorFunction()
5328 funcTemp->SetMethod(thread_, method); in NewFunctionTemplate()