Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
13 #include "src/ast/ast-source-ranges.h"
508 // return source position from corresponded return statement or we'll
2526 // Only parallel compile when there's a script (not the case for source
2542 // debugger, source position collection, call printing, recompile after
2802 // Make sure to associate the source position for the class
3068 // 1) `let obj = { ...source }`
3069 // 2) `let obj = { ...source, override: 1 }`
3070 // 3) `let obj = { ...source, ...overrides }`
3525 Register source(builder()->Local(variable->index()));
3529 builder()->LoadAccumulatorWithRegister(source);
3536 Register source;
3538 source = builder()->Receiver();
3540 source = builder()->Parameter(variable->index());
3545 builder()->LoadAccumulatorWithRegister(source);
5225 // If the static private method has not been used used in source
5530 // Set up arguments for ResolvePossiblyDirectEval by copying callee, source