Home | History | Annotate | Download | only in arm

Lines Matching refs:JavaScript

2979     // JavaScript example: 'eval(arg)'  // eval is not known to be shadowed
3030 // JavaScript example: 'foo(1, 2, 3)' // foo is global
3056 // JavaScript example: 'with (obj) foo(1, 2, 3)' // foo is in obj
3080 // JavaScript example: 'object.foo(1, 2, 3)' or 'map["key"](1, 2, 3)'
3101 // JavaScript example: 'array[index](1, 2, 3)'
3127 // JavaScript example: 'foo(1, 2, 3)' // foo is not global
4164 // To make typeof testing for natives implemented in JavaScript really
5344 Builtins::JavaScript native;
5397 const Builtins::JavaScript& builtin,
6283 // Handle the slow case by jumping to the JavaScript builtin.
6487 // by javascript code.
6499 // Called from JavaScript; parameters are on stack as if calling JS function
6513 // Enter the exit frame that transitions from JavaScript to C++.
6948 // Check that the function is really a JavaScript function.