Home | History | Annotate | Download | only in src

Lines Matching refs:JavaScript

42 // All object types in the V8 JavaScript are described in this file.
205 // As an example, a JavaScript object is a heap object and its map
500 // Boundaries for testing the type is a JavaScript "object". Note that
1119 // The JSObject describes real heap allocated JavaScript objects with
2392 // which live outside the JavaScript heap. Its subclasses are used to
3161 // profiling of JavaScript code written in OO style, where almost
3295 // JSFunction describes JavaScript functions.
3432 // Common super class for JavaScript global objects and the special
3467 // JavaScript global object.
3489 // JavaScript.
3492 // Accessors for the runtime routines written in JavaScript.
3493 inline Object* javascript_builtin(Builtins::JavaScript id);
3494 inline void set_javascript_builtin(Builtins::JavaScript id, Object* value);
3506 // room for one pointer per runtime routine written in javascript.
3778 // The String abstract class captures JavaScript string values:
4418 // Proxy describes objects pointing from JavaScript to C structures.
4449 // The JSArray describes JavaScript Arrays
4839 // List of related JavaScript break points.