HomeSort by relevance Sort by last modified time
    Searched refs:global (Results 226 - 250 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-193.js 41 // the constructor of the global object.
regress-233.js 29 // A stack overflow detected by a global regexp match wasn't handled correctly.
regress-269.js 29 // Get the Debug object exposed from the debug context global object.
regress-998565.js 29 // Get the Debug object exposed from the debug context global object.
  /external/v8/test/mjsunit/
this-in-callbacks.js 28 // Test 'this' is the right global object of callback functions passed to
regexp.js 217 // Test that empty matches are handled correctly for multiline global
395 assertFalse(re.global);
402 assertTrue(re.global);
415 assertFalse(re.global);
433 assertTrue(re.global);
debug-breakpoints.js 29 // Get the Debug object exposed from the debug context global object.
debug-clearbreakpoint.js 29 // Get the Debug object exposed from the debug context global object.
debug-constructor.js 29 // Get the Debug object exposed from the debug context global object.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/
shell.js 9 var GLOBAL = "[object global]";
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c 43 struct wpa_driver_test_global *global; member in struct:wpa_driver_test_data
595 drv->global = global_priv;
1138 struct wpa_driver_test_global *global; local
1140 global = os_zalloc(sizeof(*global));
1141 return global;
1147 struct wpa_driver_test_global *global = priv; local
1148 os_free(global);
1155 /* struct wpa_driver_test_global *global = priv; */
    [all...]
  /external/v8/src/arm/
ic-arm.cc 75 // Bail out if we have a JS global proxy object.
276 // Patch the receiver with the global proxy if necessary.
310 // Check for access to global object.
316 // Accessing global object: Load and invoke.
318 // Check that the global object does not require access checks.
324 // Accessing non-global object: Check for access to global proxy.
329 // Check that the non-global, non-global-proxy object does not
337 // Global object access: Check access rights
374 Label invoke, global; local
423 Label miss, probe, global; local
    [all...]
  /external/v8/src/
math.js 29 // Keep reference to original values of some global properties. This
41 $Math.__proto__ = global.Object.prototype;
42 %SetProperty(global, "Math", $Math, DONT_ENUM);
debug.cc 39 #include "global-handles.h"
569 // global handle as the value in the hash map.
616 // Find the location of the global handle.
709 Execution::TryCall(function, Handle<Object>(context->global()),
755 Handle<GlobalObject> global = Handle<GlobalObject>(context->global()); local
756 SetProperty(global, key, Handle<Object>(global->builtins()), NONE);
788 // Clear debugger context global handle.
935 debug_context()->global()->GetProperty
    [all...]
runtime.js 44 const $Object = global.Object;
45 const $Array = global.Array;
46 const $String = global.String;
47 const $Number = global.Number;
48 const $Function = global.Function;
49 const $Boolean = global.Boolean;
uri.js 31 // Expect $String = global.String;
402 // Setup non-enumerable URI functions on the global object and set
404 InstallFunctions(global, DONT_ENUM, $Array(
string.js 31 // const $String = global.String;
170 if (!regexp.global) return regexp.exec(subject);
196 // lastMatchArray without erroneously affecting the properties on the global
384 // There's at least one match. If the regexp is global, we have to loop
389 if (regexp.global) {
398 // Don't call directly to avoid exposing the built-in global object.
427 } else { // Not a global regexp, no need to loop.
449 // Don't call directly to avoid exposing the built-in global object.
467 regexp.lastIndex = 0; // ignore re.global property
  /external/tremolo/Tremolo/
dpen.s 37 .global decode_packed_entry_number
38 .global decode_packed_entry_number_REALSTART
39 .global decode_map
40 .global vorbis_book_decodevv_add
41 .global _checksum
  /external/wpa_supplicant/
wpa_cli.c 163 " [-P<pid file>] [-g<global ctrl>] [command..]\n"
1608 const char *global = NULL; local
    [all...]
  /dalvik/libcore/security/src/test/java/tests/api/javax/security/cert/
X509CertificateTest.java 171 Logger.global.warning("Error in test setup: Certificate type not supported");
176 Logger.global.warning("Error in test setup: Certificate type not supported");
444 Logger.global.warning("testGetIssuerDN: error in test setup.");
  /external/elfutils/src/
ldscript.y 50 struct id_list *global);
604 new_version (struct id_list *local, struct id_list *global)
611 newp->global_names = global;
696 symbol '%s' in declared both local and global for unnamed version")
698 symbol '%s' in declared both local and global for version '%s'"),
717 gettext ("default visibility set as local and global"));
724 gettext ("default visibility set as local and global"));
  /external/v8/samples/
process.cc 93 // install it in the global namespace as 'options' and 'output'.
150 // Create a template for the global object where we set the
151 // built-in global functions.
152 Handle<ObjectTemplate> global = ObjectTemplate::New(); local
153 global->Set(String::New("log"), FunctionTemplate::New(LogCallback));
157 Handle<Context> context = Context::New(NULL, global);
177 // Process function from the global object.
179 Handle<Value> process_val = context->Global()->Get(process_name);
233 // Set the options object as a property on the global object.
234 context_->Global()->Set(String::New("options"), opts_obj)
    [all...]
  /external/v8/src/x64/
ic-x64.cc 82 // Bail out if we have a JS global proxy object.
989 Label invoke, global; local
1267 Label miss, probe, global; local
    [all...]
  /build/tools/
warn.py 413 global cur_row_color
420 global anchor
    [all...]
  /external/clearsilver/python/examples/trans/
trans.py 24 global DONE
570 global DONE

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011>>