Home
last modified time | relevance | path

Searched refs:accept_any_receiver (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dcall-optimization.cc114 accept_any_receiver_ = function_template_info->accept_any_receiver(); in Initialize()
144 accept_any_receiver_ = info->accept_any_receiver(); in AnalyzePossibleApiFunction()
Dcall-optimization.h25 bool accept_any_receiver() const { return accept_any_receiver_; } in accept_any_receiver() function
Dic.cc632 if (call_optimization.accept_any_receiver()) return false; in UpdateMegaDOMIC()
/third_party/node/deps/v8/src/objects/
Dtemplates.h124 DECL_BOOLEAN_ACCESSORS(accept_any_receiver)
Dtemplates-inl.h37 BOOL_ACCESSORS(FunctionTemplateInfo, flag, accept_any_receiver, in TQ_OBJECT_CONSTRUCTORS_IMPL()
Dtemplates.tq32 accept_any_receiver: bool: 1 bit;
/third_party/node/deps/v8/src/builtins/
Dbuiltins-api.cc81 if (!fun_data->accept_any_receiver() && in HandleApiCallHelper()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h748 bool accept_any_receiver() const;
Dheap-refs.cc1510 HEAP_ACCESSOR_C(FunctionTemplateInfo, bool, accept_any_receiver) in HEAP_ACCESSOR_C() argument
1516 !object()->accept_any_receiver())) { in HEAP_ACCESSOR_C()
Djs-call-reducer.cc3694 if (function_template_info.accept_any_receiver() && in ReduceCallApiFunction()
3749 function_template_info.accept_any_receiver()); in ReduceCallApiFunction()
3768 function_template_info.accept_any_receiver()); in ReduceCallApiFunction()
3793 if (function_template_info.accept_any_receiver()) { in ReduceCallApiFunction()
Dwasm-compiler.cc7712 if (!shared->get_api_func_data().accept_any_receiver()) { in IsSupportedWasmFastApiFunction()