Lines Matching defs:keys
1608 SimpleInstallFunction(isolate_, object_function, "keys",
1810 Handle<JSFunction> keys = InstallFunctionWithBuiltinId(
1811 isolate_, proto, "keys", Builtin::kArrayPrototypeKeys, 0, true);
1812 native_context()->set_array_keys_iterator(*keys);
1858 InstallTrueValuedProperty(isolate_, unscopables, "keys");
3348 // Install "keys", "values" and "entries" methods on the {prototype}.
3352 InstallFunctionWithBuiltinId(isolate_, prototype, "keys",
3533 SimpleInstallFunction(isolate_, prototype, "keys",
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.