Lines Matching refs:JavaScript
735 // Check that the receiver really is a JavaScript object.
2710 // JavaScript example: 'eval(arg)' // eval is not known to be shadowed
2763 // JavaScript example: 'foo(1, 2, 3)' // foo is global
2792 // JavaScript example: 'with (obj) foo(1, 2, 3)' // foo is in obj
2822 // JavaScript example: 'object.foo(1, 2, 3)' or 'map["key"](1, 2, 3)'
2863 // JavaScript example: 'array[index](1, 2, 3)'
2893 // JavaScript example: 'foo(1, 2, 3)' // foo is not global
3452 // To make typeof testing for natives implemented in JavaScript really
6468 // JavaScript object => true.
6782 // Handle the slow case by jumping to the JavaScript builtin.
6995 // Argument 7: Indicate that this is a direct call from JavaScript.
7339 Builtins::JavaScript builtin;
7456 // Slow-case: Go through the JavaScript implementation.
7761 // Exit the JavaScript to C++ exit frame.
7788 // by javascript code.
7886 // Check that the function really is a JavaScript function.
7921 // Enter the exit frame that transitions from JavaScript to C++.
9443 // (e.g. the JavaScript nan-object).