Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
65 // instanceof $Error" because user code can replace
66 // NativeError.prototype.__proto__. User code cannot replace
135 "code_gen_from_strings", ["Code generation from strings disallowed for this context"],
219 "strict_mode_with", ["Strict mode code may not include a with statement"],
239 "strict_function", ["In strict mode code, functions can only be declared at top level or immediately within another function." ],
291 // Returns the source code line containing the given source
452 * Get a slice of source code from the script. The boundaries for the slice is
1058 // Any code that reaches this point is seriously nasty!
1072 var code = raw_stack[i + 2];
1074 var pos = %FunctionGetPositionForOffset(code, pc);
1109 // user code.