Home
last modified time | relevance | path

Searched refs:arg_info_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h406 return arg_count_ > 0 && arg_info_[arg_count_ - 1].GetType() == in HasOptions()
413 const CTypeInfo* arg_info_; variable
/third_party/node/deps/v8/src/api/
Dapi.cc10369 : return_info_(return_info), arg_count_(arg_count), arg_info_(arg_info) { in CFunctionInfo()
10372 DCHECK(arg_info_[i].GetType() != CTypeInfo::kCallbackOptionsType); in CFunctionInfo()
10379 return arg_info_[index]; in ArgumentInfo()