Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h266 static constexpr Type kCallbackOptionsType = Type(255); variable
407 CTypeInfo::kCallbackOptionsType; in HasOptions()
721 return CTypeInfo::kCallbackOptionsType;
/third_party/node/deps/v8/src/api/
Dapi.cc10372 DCHECK(arg_info_[i].GetType() != CTypeInfo::kCallbackOptionsType); in CFunctionInfo()