Lines Matching defs:code
6 // * Redistributions of source code must retain the above copyright
59 Handle<Code> code() const { return code_; }
100 void SetCode(Handle<Code> code) { code_ = code; }
152 // OPTIMIZE is optimized code generated by the Hydrogen-based backend.
202 // The compiled code.
203 Handle<Code> code_;
214 // The context of the caller is needed for eval code, and will be a null
229 // General strategy: Source code is translated into an anonymous function w/o
230 // parameters which then can be executed. If the source code contains other
232 // of the source code.