Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc14 // double add_all(bool /*should_fallback*/, int32_t, uint32_t,
46 AnyCType should_fallback, in AddAllFastCallbackPatch()
53 receiver.object_value, should_fallback.bool_value, arg_i32.int32_value, in AddAllFastCallbackPatch()
60 static double AddAllFastCallback(Local<Object> receiver, bool should_fallback, in AddAllFastCallback() argument
69 if (should_fallback) { in AddAllFastCallback()
83 AnyCType receiver, AnyCType should_fallback, AnyCType arg_i32, in AddAllFastCallbackNoOptionsPatch()
88 receiver.object_value, should_fallback.bool_value, arg_i32.int32_value, in AddAllFastCallbackNoOptionsPatch()
95 bool should_fallback, in AddAllFastCallbackNoOptions()
165 AnyCType should_fallback, in AddAllSequenceFastCallbackPatch()
171 receiver.object_value, should_fallback in AddAllSequenceFastCallbackPatch()
45 AddAllFastCallbackPatch(AnyCType receiver, AnyCType should_fallback, AnyCType arg_i32, AnyCType arg_u32, AnyCType arg_i64, AnyCType arg_u64, AnyCType arg_f32, AnyCType arg_f64, AnyCType options) AddAllFastCallbackPatch() argument
82 AddAllFastCallbackNoOptionsPatch( AnyCType receiver, AnyCType should_fallback, AnyCType arg_i32, AnyCType arg_u32, AnyCType arg_i64, AnyCType arg_u64, AnyCType arg_f32, AnyCType arg_f64) AddAllFastCallbackNoOptionsPatch() argument
94 AddAllFastCallbackNoOptions(Local<Object> receiver, bool should_fallback, int32_t arg_i32, uint32_t arg_u32, int64_t arg_i64, uint64_t arg_u64, float arg_f32, double arg_f64) AddAllFastCallbackNoOptions() argument
164 AddAllSequenceFastCallbackPatch(AnyCType receiver, AnyCType should_fallback, AnyCType seq_arg, AnyCType options) AddAllSequenceFastCallbackPatch() argument
181 AddAllSequenceFastCallback(Local<Object> receiver, bool should_fallback, Local<Array> seq_arg, FastApiCallbackOptions& options) AddAllSequenceFastCallback() argument
308 AddAllTypedArrayFastCallbackPatch(AnyCType receiver, AnyCType should_fallback, AnyCType typed_array_arg, AnyCType options) AddAllTypedArrayFastCallbackPatch() argument
326 AddAllTypedArrayFastCallback( Local<Object> receiver, bool should_fallback, const FastApiTypedArray<T>& typed_array_arg, FastApiCallbackOptions& options) AddAllTypedArrayFastCallback() argument
402 AddAllIntInvalidCallback(Local<Object> receiver, bool should_fallback, int32_t arg_i32, FastApiCallbackOptions& options) AddAllIntInvalidCallback() argument
410 Add32BitIntFastCallbackPatch(AnyCType receiver, AnyCType should_fallback, AnyCType arg_i32, AnyCType arg_u32, AnyCType options) Add32BitIntFastCallbackPatch() argument
423 Add32BitIntFastCallback(v8::Local<v8::Object> receiver, bool should_fallback, int32_t arg_i32, uint32_t arg_u32, FastApiCallbackOptions& options) Add32BitIntFastCallback() argument
459 AddAll32BitIntFastCallback_8ArgsPatch( AnyCType receiver, AnyCType should_fallback, AnyCType arg1_i32, AnyCType arg2_i32, AnyCType arg3_i32, AnyCType arg4_u32, AnyCType arg5_u32, AnyCType arg6_u32, AnyCType arg7_u32, AnyCType arg8_u32, AnyCType options) AddAll32BitIntFastCallback_8ArgsPatch() argument
472 AddAll32BitIntFastCallback_6ArgsPatch( AnyCType receiver, AnyCType should_fallback, AnyCType arg1_i32, AnyCType arg2_i32, AnyCType arg3_i32, AnyCType arg4_u32, AnyCType arg5_u32, AnyCType arg6_u32, AnyCType options) AddAll32BitIntFastCallback_6ArgsPatch() argument
483 AddAll32BitIntFastCallback_5ArgsPatch( AnyCType receiver, AnyCType should_fallback, AnyCType arg1_i32, AnyCType arg2_i32, AnyCType arg3_i32, AnyCType arg4_u32, AnyCType arg5_u32, AnyCType options) AddAll32BitIntFastCallback_5ArgsPatch() argument
495 AddAll32BitIntFastCallback_8Args( Local<Object> receiver, bool should_fallback, int32_t arg1_i32, int32_t arg2_i32, int32_t arg3_i32, uint32_t arg4_u32, uint32_t arg5_u32, uint32_t arg6_u32, uint32_t arg7_u32, uint32_t arg8_u32, FastApiCallbackOptions& options) AddAll32BitIntFastCallback_8Args() argument
515 AddAll32BitIntFastCallback_6Args( Local<Object> receiver, bool should_fallback, int32_t arg1_i32, int32_t arg2_i32, int32_t arg3_i32, uint32_t arg4_u32, uint32_t arg5_u32, uint32_t arg6_u32, FastApiCallbackOptions& options) AddAll32BitIntFastCallback_6Args() argument
534 AddAll32BitIntFastCallback_5Args( Local<Object> receiver, bool should_fallback, int32_t arg1_i32, int32_t arg2_i32, int32_t arg3_i32, uint32_t arg4_u32, uint32_t arg5_u32, FastApiCallbackOptions& options) AddAll32BitIntFastCallback_5Args() argument
580 IsFastCApiObjectFastCallback(v8::Local<v8::Object> receiver, bool should_fallback, v8::Local<v8::Value> arg, FastApiCallbackOptions& options) IsFastCApiObjectFastCallback() argument
[all...]

Completed in 2 milliseconds