Searched refs:RuntimeArguments (Results 1 – 4 of 4) sorted by relevance
111 static V8_INLINE InternalType __RT_impl_##Name(RuntimeArguments args, \119 RuntimeArguments args(args_length, args_object); \129 RuntimeArguments args(args_length, args_object); \133 static InternalType __RT_impl_##Name(RuntimeArguments args, Isolate* isolate)
163 RuntimeArguments& args, // NOLINT(runtime/references) in GetMethodAndSetHomeObjectAndName()201 RuntimeArguments& args, // NOLINT(runtime/references) in GetMethodWithSharedNameAndSetHomeObject()241 RuntimeArguments& args, // NOLINT(runtime/references) in SubstituteValues()319 RuntimeArguments& args) { // NOLINT(runtime/references) in AddDescriptorsByTemplate()430 RuntimeArguments& args) { // NOLINT(runtime/references) in AddDescriptorsByTemplate()518 RuntimeArguments& args) { // NOLINT(runtime/references) in InitClassPrototype()565 RuntimeArguments& args) { // NOLINT(runtime/references) in InitClassConstructor()617 RuntimeArguments& args) { // NOLINT(runtime/references) in DefineClass()
357 Object GetModifySetValueInBuffer(RuntimeArguments args, Isolate* isolate, in GetModifySetValueInBuffer()
618 using RuntimeArguments = Arguments<ArgumentsType::kRuntime>; variable