Home
last modified time | relevance | path

Searched refs:implicit_args (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-function-callback.h133 V8_INLINE FunctionCallbackInfo(internal::Address* implicit_args,
382 FunctionCallbackInfo<T>::FunctionCallbackInfo(internal::Address* implicit_args, in FunctionCallbackInfo() argument
385 : implicit_args_(implicit_args), values_(values), length_(length) {} in FunctionCallbackInfo()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h153 V8_INLINE FunctionCallbackInfo(internal::Address* implicit_args,
408 FunctionCallbackInfo<T>::FunctionCallbackInfo(internal::Address* implicit_args, in Get() argument
411 : implicit_args_(implicit_args), values_(values), length_(length) {} in Get()

Completed in 3 milliseconds