Searched refs:InstallFunction (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dbootstrapper.cc350 void InstallFunction(Handle<JSObject> target, Handle<Name> property_name, function in namespace:v8::internal::__anon21454
360 void InstallFunction(Handle<JSObject> target, Handle<JSFunction> function, function in namespace:v8::internal::__anon21454
364 InstallFunction(target, name, function, name_string, attributes);
382 Handle<JSFunction> InstallFunction(Handle<JSObject> target, Handle<Name> name, function in namespace:v8::internal::__anon21454
392 InstallFunction(target, name, function, name_string, attributes);
396 Handle<JSFunction> InstallFunction(Handle<JSObject> target, const char* name, function in namespace:v8::internal::__anon21454
403 return InstallFunction(target, factory->InternalizeUtf8String(name), type,
430 InstallFunction(base, fun, name, attrs);
1028 InstallFunction(global, name, JS_ERROR_TYPE, JSObject::kHeaderSize,
1062 InstallFunction(prototyp
[all...]
/external/v8/src/js/
H A Di18n.js44 function InstallFunction(object, name, func) { function
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(Int
[all...]

Completed in 91 milliseconds