Home | History | Annotate | Download | only in ia32

Lines Matching refs:JavaScript

2514       // Check that the receiver really is a JavaScript object.
5009 // JavaScript example: 'eval(arg)' // eval is not known to be shadowed
5062 // JavaScript example: 'foo(1, 2, 3)' // foo is global
5090 // JavaScript example: 'with (obj) foo(1, 2, 3)' // foo is in obj
5120 // JavaScript example: 'object.foo(1, 2, 3)' or 'map["key"](1, 2, 3)'
5161 // JavaScript example: 'array[index](1, 2, 3)'
5188 // JavaScript example: 'foo(1, 2, 3)' // foo is not global
6394 // To make typeof testing for natives implemented in JavaScript really
7320 // JavaScript object => true.
8818 // Handle the slow case by jumping to the JavaScript builtin.
9210 // Argument 7: Indicate that this is a direct call from JavaScript.
9655 Builtins::JavaScript builtin;
9741 // Check that the function really is a JavaScript function.
9924 // Exit the JavaScript to C++ exit frame.
9949 // by javascript code.
10024 // Enter the exit frame that transitions from JavaScript to C++.
10225 // Slow-case: Go through the JavaScript implementation.