• Home
  • Raw
  • Download

Lines Matching full:setmethod

1288             JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined());  in InitializeJSObject()
1574 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1586 function->SetMethod(thread_, method); in NewJSFunctionByHClass()
1679 …bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction()
1694 function->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSIntlBoundFunction()
1716 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROXY_INVALIDATE_PROXY_FU… in NewJSProxyRevocFunction()
1735 awaitFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSAsyncAwaitStatusFunction()
1796 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext()
2102 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy()
2819 reactionsFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in CreateJSPromiseReactionsFunction()
2833 executorFunction->SetMethod( in CreateJSPromiseExecutorFunction()
2846 function->SetMethod( in NewJSPromiseAllResolveElementFunction()
2864 function->SetMethod( in NewJSPromiseAnyRejectElementFunction()
2882 function->SetMethod(thread_, in NewJSPromiseAllSettledResolveElementFunction()
2900 function->SetMethod(thread_, in NewJSPromiseAllSettledRejectElementFunction()
2918 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_THEN_FINA… in NewJSPromiseThenFinallyFunction()
2932 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_CATCH_FIN… in NewJSPromiseCatchFinallyFunction()
2947 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_ASYNC_GENERATOR_NEXT_FULF… in NewJSAsyGenResNextRetProRstFulfilledFtn()
2961 function->SetMethod(thread_, debugVaule); in NewJSAsyncFromSyncIterUnwarpFunction()
2975 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_ASYNC_GENERATOR_NEXT_REJE… in NewJSAsyGenResNextRetProRstRejectedFtn()
2988 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_VALUE_THU… in NewJSPromiseValueThunkFunction()
3001 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROMISE_HANDLER_THROWER_F… in NewJSPromiseThrowerFunction()
4057 asyncGeneratorFunc->SetMethod(thread_, method); in NewJSAsyncGeneratorFunction()