Lines Matching refs:AddProperty
415 JSObject::AddProperty(isolate, target, name, function, DONT_ENUM); in InstallFunction()
457 JSObject::AddProperty(isolate, base, internalized_name, fun, DONT_ENUM); in InstallFunctionWithBuiltinId()
471 JSObject::AddProperty(isolate, base, internalized_name, fun, attrs); in SimpleInstallFunction()
483 JSObject::AddProperty(isolate, base, symbol, fun, attrs); in InstallFunctionAtSymbol()
542 JSObject::AddProperty( in InstallConstant()
550 JSObject::AddProperty(isolate, holder, in InstallTrueValuedProperty()
567 JSObject::AddProperty(isolate, holder, in InstallToStringTag()
831 JSObject::AddProperty(isolate(), generator_function_prototype, in CreateIteratorMaps()
836 JSObject::AddProperty(isolate(), generator_object_prototype, in CreateIteratorMaps()
967 JSObject::AddProperty(isolate(), async_generator_function_prototype, in CreateAsyncIteratorMaps()
971 JSObject::AddProperty(isolate(), async_generator_object_prototype, in CreateAsyncIteratorMaps()
1323 JSObject::AddProperty(isolate, function, in InstallWithIntrinsicDefaultProto()
1358 JSObject::AddProperty(isolate, prototype, factory->name_string(), name, in InstallError()
1360 JSObject::AddProperty(isolate, prototype, factory->message_string(), in InstallError()
1454 JSObject::AddProperty(isolate_, global_object, object_name, object_function, in InitializeGlobal()
1566 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(), in InitializeGlobal()
1657 JSObject::AddProperty(isolate_, proto, factory->constructor_string(), in InitializeGlobal()
1707 JSObject::AddProperty(isolate_, proto, factory->iterator_symbol(), values, in InitializeGlobal()
1749 JSObject::AddProperty( in InitializeGlobal()
1801 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(), in InitializeGlobal()
1833 JSObject::AddProperty(isolate_, global_object, "parseFloat", in InitializeGlobal()
1839 JSObject::AddProperty(isolate_, global_object, "parseInt", parse_int_fun, in InitializeGlobal()
1885 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(), in InitializeGlobal()
1939 JSObject::AddProperty(isolate_, prototype, factory->constructor_string(), in InitializeGlobal()
2032 JSObject::AddProperty(isolate_, prototype, "trimLeft", trim_start_fun, in InitializeGlobal()
2039 JSObject::AddProperty(isolate_, prototype, "trimRight", trim_end_fun, in InitializeGlobal()
2187 JSObject::AddProperty(isolate_, prototype, "toGMTString", to_utc_string, in InitializeGlobal()
2615 JSObject::AddProperty(isolate_, global, factory->globalThis_string(), in InitializeGlobal()
2622 JSObject::AddProperty(isolate_, global, "JSON", json_object, DONT_ENUM); in InitializeGlobal()
2633 JSObject::AddProperty(isolate_, global, "Math", math, DONT_ENUM); in InitializeGlobal()
2718 JSObject::AddProperty(isolate_, global, name, console, DONT_ENUM); in InitializeGlobal()
2772 JSObject::AddProperty(isolate_, global, "Intl", intl, DONT_ENUM); in InitializeGlobal()
3084 JSObject::AddProperty(isolate_, global, name, array_buffer_fun, DONT_ENUM); in InitializeGlobal()
3181 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(), in InitializeGlobal()
3228 JSObject::AddProperty(isolate_, prototype, factory->toString_string(), in InitializeGlobal()
3352 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(), in InitializeGlobal()
3454 JSObject::AddProperty(isolate_, prototype, factory->keys_string(), values, in InitializeGlobal()
3456 JSObject::AddProperty(isolate_, prototype, factory->iterator_symbol(), in InitializeGlobal()
3609 JSObject::AddProperty(isolate_, global, name, proxy_function, DONT_ENUM); in InitializeGlobal()
3621 JSObject::AddProperty(isolate_, global, reflect_string, reflect, DONT_ENUM); in InitializeGlobal()
3932 JSObject::AddProperty( in InitializeIteratorFunctions()
3962 JSObject::AddProperty( in InitializeIteratorFunctions()
4054 JSObject::AddProperty( in InitializeIteratorFunctions()
4158 JSObject::AddProperty(isolate_, global, "SharedArrayBuffer", in InitializeGlobal_harmony_sharedarraybuffer()
4167 JSObject::AddProperty(isolate_, global, "Atomics", in InitializeGlobal_harmony_atomics()
4248 JSObject::AddProperty(isolate(), finalization_registry_prototype, in InitializeGlobal_harmony_weak_refs_with_cleanup_some()
4443 JSObject::AddProperty(isolate(), prototype, factory()->constructor_string(), in CreateArrayBuffer()
4846 JSObject::AddProperty(isolate, Error, name, stack_trace_limit, NONE); in InstallSpecialObjects()
5058 JSObject::AddProperty(isolate(), to, key, value, in TransferNamedProperties()
5097 JSObject::AddProperty(isolate(), to, key, value, details.attributes()); in TransferNamedProperties()
5121 JSObject::AddProperty(isolate(), to, key, value, details.attributes()); in TransferNamedProperties()