Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8-test.cc55 arg_f32.float_value, arg_f64.double_value, *options.options_value); in AddAllFastCallbackPatch()
172 seq_arg.sequence_value, *options.options_value); in AddAllSequenceFastCallbackPatch()
176 seq_arg.sequence_value, *options.options_value); in AddAllSequenceFastCallbackPatch()
316 *AnyCTypeToTypedArray<T>(typed_array_arg), *options.options_value); in AddAllTypedArrayFastCallbackPatch()
320 *AnyCTypeToTypedArray<T>(typed_array_arg), *options.options_value); in AddAllTypedArrayFastCallbackPatch()
418 arg_u32.uint32_value, *options.options_value); in Add32BitIntFastCallbackPatch()
469 arg8_u32.uint32_value, *options.options_value); in AddAll32BitIntFastCallback_8ArgsPatch()
480 arg5_u32.uint32_value, arg6_u32.uint32_value, *options.options_value); in AddAll32BitIntFastCallback_6ArgsPatch()
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h438 FastApiCallbackOptions* options_value; member