Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-arraybuffer.cc162 const char* kMethodName, bool is_shared) { in SliceHelper() argument
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, true); in BUILTIN()
[all …]
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()
Dbuiltins-dataview.cc22 const char* const kMethodName = "DataView constructor"; in BUILTIN() local
56 kMethodName))); in BUILTIN()
137 kMethodName))); in BUILTIN()
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()
Dbuiltins-collections-gen.cc1887 const char* const kMethodName = "Map.prototype.forEach"; in TF_BUILTIN() local
1895 ThrowIfNotInstanceType(context, receiver, JS_MAP_TYPE, kMethodName); in TF_BUILTIN()
1966 const char* const kMethodName = "Map Iterator.prototype.next"; in TF_BUILTIN() local
1984 StringConstant(kMethodName), maybe_receiver); in TF_BUILTIN()
2123 const char* const kMethodName = "Set.prototype.forEach"; in TF_BUILTIN() local
2131 ThrowIfNotInstanceType(context, receiver, JS_SET_TYPE, kMethodName); in TF_BUILTIN()
2187 const char* const kMethodName = "Set Iterator.prototype.next"; in TF_BUILTIN() local
2203 StringConstant(kMethodName), maybe_receiver); in TF_BUILTIN()
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()