Searched refs:InstallFunction (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | bootstrapper.cc | 350 void InstallFunction(Handle<JSObject> target, Handle<Name> property_name, in InstallFunction() function 360 void InstallFunction(Handle<JSObject> target, Handle<JSFunction> function, in InstallFunction() function 364 InstallFunction(target, name, function, name_string, attributes); in InstallFunction() 382 Handle<JSFunction> InstallFunction(Handle<JSObject> target, Handle<Name> name, in InstallFunction() function 392 InstallFunction(target, name, function, name_string, attributes); in InstallFunction() 396 Handle<JSFunction> InstallFunction(Handle<JSObject> target, const char* name, in InstallFunction() function 403 return InstallFunction(target, factory->InternalizeUtf8String(name), type, in InstallFunction() 430 InstallFunction(base, fun, name, attrs); in SimpleInstallFunction() 1028 InstallFunction(global, name, JS_ERROR_TYPE, JSObject::kHeaderSize, in InstallError() 1062 InstallFunction(prototype, isolate->error_to_string(), in InstallError() [all …]
|
/external/v8/src/js/ |
D | i18n.js | 44 function InstallFunction(object, name, func) { class 914 InstallFunction(Intl, 'getCanonicalLocales', function(locales) { 1053 InstallFunction(Intl.Collator.prototype, 'resolvedOptions', function() { 1085 InstallFunction(Intl.Collator, 'supportedLocalesOf', function(locales) { 1294 InstallFunction(Intl.NumberFormat.prototype, 'resolvedOptions', function() { 1344 InstallFunction(Intl.NumberFormat, 'supportedLocalesOf', function(locales) { 1676 InstallFunction(Intl.DateTimeFormat.prototype, 'resolvedOptions', function() { 1736 InstallFunction(Intl.DateTimeFormat, 'supportedLocalesOf', function(locales) { 1896 InstallFunction(Intl.v8BreakIterator.prototype, 'resolvedOptions', 1925 InstallFunction(Intl.v8BreakIterator, 'supportedLocalesOf',
|