Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-typedarray.cc23 void GenerateTypedArrayPrototypeIterationMethod(const char* method_name);
90 void TypedArrayBuiltinsAssembler::GenerateTypedArrayPrototypeIterationMethod( in GenerateTypedArrayPrototypeIterationMethod() function in v8::internal::TypedArrayBuiltinsAssembler
135 GenerateTypedArrayPrototypeIterationMethod<IterationKind::kValues>( in TF_BUILTIN()
140 GenerateTypedArrayPrototypeIterationMethod<IterationKind::kEntries>( in TF_BUILTIN()
145 GenerateTypedArrayPrototypeIterationMethod<IterationKind::kKeys>( in TF_BUILTIN()