Home | History | Annotate | Download | only in src

Lines Matching defs:code

6 //     * Redistributions of source code must retain the above copyright
809 // Base class containing common code for the different finder classes used by
1136 // We find and mark the initialization blocks on top level code only.
1138 // so it should be used only for code that will only be run once.
1316 // similar code in runtime.cc in the Declare functions.
1333 // will only generate code if necessary. In particular, declarations
1335 // result in any generated code.
1379 // initialization code. Thus, inside the 'with' statement, we need
1428 Handle<Code> code = Handle<Code>(fun->shared()->code());
1429 Handle<Code> construct_stub = Handle<Code>(fun->shared()->construct_stub());
1431 isolate()->factory()->NewSharedFunctionInfo(name, literals, code,
1544 // behavior for code such as print(eval('var x = 7')), and for cosmetic
1639 // top-level global code; see Runtime::DeclareGlobalVariable. If
2184 // semi-colons. This allows code such as 'do;while(0)return' to
2481 // code and AST node eventually.)
4867 // to the specification) as a 1..3 digit octal character code.
4960 // following code report an error.