Lines Matching refs:AddProperty
502 JSObject::AddProperty(isolate, target, name, function, DONT_ENUM);
569 JSObject::AddProperty(isolate, base, internalized_name, fun, DONT_ENUM);
582 JSObject::AddProperty(isolate, base, internalized_name, fun, attrs);
594 JSObject::AddProperty(isolate, base, symbol, fun, attrs);
654 JSObject::AddProperty(
662 JSObject::AddProperty(isolate, holder,
679 JSObject::AddProperty(isolate, holder,
934 JSObject::AddProperty(isolate(), generator_function_prototype,
939 JSObject::AddProperty(isolate(), generator_object_prototype,
1061 JSObject::AddProperty(isolate(), async_generator_function_prototype,
1065 JSObject::AddProperty(isolate(), async_generator_object_prototype,
1427 JSObject::AddProperty(isolate, function,
1467 JSObject::AddProperty(isolate, prototype, factory->name_string(), name,
1469 JSObject::AddProperty(isolate, prototype, factory->message_string(),
1562 JSObject::AddProperty(isolate_, global_object, object_name, object_function,
1674 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(),
1771 JSObject::AddProperty(isolate_, proto, factory->constructor_string(),
1820 JSObject::AddProperty(isolate_, proto, factory->iterator_symbol(), values,
1861 JSObject::AddProperty(
1917 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(),
1949 JSObject::AddProperty(isolate_, global_object, "parseFloat",
1956 JSObject::AddProperty(isolate_, global_object, "parseInt", parse_int_fun,
2002 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(),
2056 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(),
2151 JSObject::AddProperty(isolate_, prototype, "trimLeft", trim_start_fun,
2158 JSObject::AddProperty(isolate_, prototype, "trimRight", trim_end_fun,
2308 JSObject::AddProperty(isolate_, prototype, "toGMTString", to_utc_string,
2756 JSObject::AddProperty(isolate_, global, factory->globalThis_string(),
2763 JSObject::AddProperty(isolate_, global, "JSON", json_object, DONT_ENUM);
2774 JSObject::AddProperty(isolate_, global, "Math", math, DONT_ENUM);
2849 JSObject::AddProperty(isolate_, global, "Intl", intl, DONT_ENUM);
3260 JSObject::AddProperty(isolate_, global, name, array_buffer_fun, DONT_ENUM);
3358 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(),
3405 JSObject::AddProperty(isolate_, prototype, factory->toString_string(),
3529 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(),
3631 JSObject::AddProperty(isolate_, prototype, factory->keys_string(), values,
3633 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(),
3787 JSObject::AddProperty(isolate_, global, name, proxy_function, DONT_ENUM);
3799 JSObject::AddProperty(isolate_, global, reflect_string, reflect, DONT_ENUM);
4194 JSObject::AddProperty(
4224 JSObject::AddProperty(
4326 JSObject::AddProperty(
4428 JSObject::AddProperty(isolate_, extras_binding, name, console, DONT_ENUM);
4430 JSObject::AddProperty(isolate_, global, name, console, DONT_ENUM);
4571 JSObject::AddProperty(isolate(), global, "SharedStructType",
4646 JSObject::AddProperty(isolate_, global, "SharedArrayBuffer",
4655 JSObject::AddProperty(isolate_, global, "Atomics",
4669 JSObject::AddProperty(isolate(), finalization_registry_prototype,
4765 JSObject::AddProperty(isolate_, global, "Temporal", temporal, DONT_ENUM);
4776 JSObject::AddProperty(isolate_, temporal, "Now", now, DONT_ENUM);
5470 JSObject::AddProperty(isolate(), prototype, factory()->constructor_string(),
5902 JSObject::AddProperty(isolate, Error, name, stack_trace_limit, NONE);
6106 // If JSObject::AddProperty asserts due to already existing property,
6125 JSObject::AddProperty(isolate(), to, key, value,
6164 JSObject::AddProperty(isolate(), to, key, value, details.attributes());
6194 JSObject::AddProperty(isolate(), to, key, value, details.attributes());
6218 JSObject::AddProperty(isolate(), to, key, value, details.attributes());