Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc162 const char* kMethodName, bool is_shared) { in SliceHelper()
170 CHECK_RECEIVER(JSArrayBuffer, array_buffer, kMethodName); in SliceHelper()
173 CHECK_SHARED(is_shared, array_buffer, kMethodName); in SliceHelper()
180 kMethodName))); in SliceHelper()
251 isolate->factory()->NewStringFromAsciiChecked(kMethodName), in SliceHelper()
258 CHECK_SHARED(is_shared, new_array_buffer, kMethodName); in SliceHelper()
268 kMethodName))); in SliceHelper()
300 kMethodName))); in SliceHelper()
342 const char* const kMethodName = "SharedArrayBuffer.prototype.slice"; in BUILTIN() local
343 return SliceHelper(args, isolate, kMethodName, tru in BUILTIN()
161 SliceHelper(BuiltinArguments args, Isolate* isolate, const char* kMethodName, bool is_shared) SliceHelper() argument
349 const char* const kMethodName = "ArrayBuffer.prototype.slice"; BUILTIN() local
353 ResizeHelper(BuiltinArguments args, Isolate* isolate, const char* kMethodName, bool is_shared) ResizeHelper() argument
466 const char* const kMethodName = "get SharedArrayBuffer.prototype.byteLength"; BUILTIN() local
486 const char* const kMethodName = "ArrayBuffer.prototype.resize"; BUILTIN() local
494 const char* const kMethodName = "SharedArrayBuffer.prototype.grow"; BUILTIN() local
[all...]
H A Dbuiltins-collections.cc16 const char* const kMethodName = "Map.prototype.clear"; in BUILTIN() local
17 CHECK_RECEIVER(JSMap, map, kMethodName); in BUILTIN()
24 const char* const kMethodName = "Set.prototype.clear"; in BUILTIN() local
25 CHECK_RECEIVER(JSSet, set, kMethodName); in BUILTIN()
H A Dbuiltins-dataview.cc22 const char* const kMethodName = "DataView constructor"; in BUILTIN() local
56 kMethodName))); in BUILTIN()
137 kMethodName))); in BUILTIN()
H A Dbuiltins-typed-array-gen.cc118 const char* const kMethodName = "get TypedArray.prototype.byteLength"; in TF_BUILTIN() local
123 ThrowIfNotInstanceType(context, receiver, JS_TYPED_ARRAY_TYPE, kMethodName); in TF_BUILTIN()
150 const char* const kMethodName = "get TypedArray.prototype.byteOffset"; in TF_BUILTIN() local
155 ThrowIfNotInstanceType(context, receiver, JS_TYPED_ARRAY_TYPE, kMethodName); in TF_BUILTIN()
171 const char* const kMethodName = "get TypedArray.prototype.length"; in TF_BUILTIN() local
176 ThrowIfNotInstanceType(context, receiver, JS_TYPED_ARRAY_TYPE, kMethodName); in TF_BUILTIN()
H A Dbuiltins-collections-gen.cc1887 const char* const kMethodName = "Map.prototype.forEach";
1895 ThrowIfNotInstanceType(context, receiver, JS_MAP_TYPE, kMethodName);
1966 const char* const kMethodName = "Map Iterator.prototype.next";
1984 StringConstant(kMethodName), maybe_receiver);
2123 const char* const kMethodName = "Set.prototype.forEach";
2131 ThrowIfNotInstanceType(context, receiver, JS_SET_TYPE, kMethodName);
2187 const char* const kMethodName = "Set Iterator.prototype.next";
2203 StringConstant(kMethodName), maybe_receiver);
H A Dbuiltins-array.cc1718 const char* const kMethodName = "Array.prototype.groupBy"; in BUILTIN() local
1724 isolate, O, Object::ToObject(isolate, args.receiver(), kMethodName)); in BUILTIN()
1780 const char* const kMethodName = "Array.prototype.groupByToMap"; in BUILTIN() local
1786 isolate, O, Object::ToObject(isolate, args.receiver(), kMethodName)); in BUILTIN()

Completed in 9 milliseconds