Lines Matching defs:values
1614 SimpleInstallFunction(isolate_, object_function, "values",
1818 Handle<JSFunction> values = InstallFunctionWithBuiltinId(
1819 isolate_, proto, "values", Builtin::kArrayPrototypeValues, 0, true);
1820 JSObject::AddProperty(isolate_, proto, factory->iterator_symbol(), values,
1822 native_context()->set_array_values_iterator(*values);
1859 InstallTrueValuedProperty(isolate_, unscopables, "values");
3348 // Install "keys", "values" and "entries" methods on the {prototype}.
3355 Handle<JSFunction> values = InstallFunctionWithBuiltinId(
3356 isolate_, prototype, "values", Builtin::kTypedArrayPrototypeValues, 0,
3359 values, DONT_ENUM);
3538 SimpleInstallFunction(isolate_, prototype, "values",
3629 Handle<JSFunction> values = SimpleInstallFunction(
3630 isolate_, prototype, "values", Builtin::kSetPrototypeValues, 0, true);
3631 JSObject::AddProperty(isolate_, prototype, factory->keys_string(), values,
3634 values, DONT_ENUM);
6148 // Copy all keys and values in enumeration order.
6175 // Copy all keys and values in enumeration order.
6197 // Copy all keys and values in enumeration order.