Home
last modified time | relevance | path

Searched defs:arg_i32 (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc45 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
60 AddAllFastCallback(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, FastApiCallbackOptions& options) AddAllFastCallback() 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
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
[all...]

Completed in 3 milliseconds