Lines Matching refs:Code
6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
462 FunctionPrototypeStub proto_stub(Code::LOAD_IC);
463 StringLengthStub string_stub(Code::LOAD_IC, false);
601 // change and thus prefer the general IC code.
720 // The variable statement visiting code may pass NULL expressions
721 // to this code. Maybe this should be handled by introducing an
722 // undefined expression or literal? Revisit this code if this