HomeSort by relevance Sort by last modified time
    Searched refs:block_scope (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/tools/gn/
function_toolchain.cc 63 Scope block_scope(scope);
64 block_scope.SetProperty(&kToolchainPropertyKey, &toolchain);
65 block->ExecuteBlockInScope(&block_scope, err);
66 block_scope.SetProperty(&kToolchainPropertyKey, NULL);
69 if (!block_scope.CheckForUnusedVars(err))
118 Scope block_scope(scope);
119 block->ExecuteBlockInScope(&block_scope, err);
125 if (!ReadString(block_scope, "command", &t.command, err) ||
126 !ReadString(block_scope, "depfile", &t.depfile, err) ||
127 !ReadString(block_scope, "deps", &t.deps, err) |
    [all...]
functions_target.cc 26 Scope block_scope(scope);
28 args, &block_scope, err))
31 block->ExecuteBlockInScope(&block_scope, err);
35 TargetGenerator::GenerateTarget(&block_scope, function->function(), args,
38 block_scope.CheckForUnusedVars(err);
76 Scope block_scope(scope);
78 args, &block_scope, err))
81 block->ExecuteBlockInScope(&block_scope, err);
85 TargetGenerator::GenerateTarget(&block_scope, function->function(), args,
functions.cc 41 Scope block_scope(scope);
44 block, args, &block_scope, err))
48 block->ExecuteBlockInScope(&block_scope, err);
53 rule->block()->ExecuteBlockInScope(&block_scope, err);
96 Scope* block_scope,
107 if (!default_scope->NonRecursiveMergeTo(block_scope, function,
119 block_scope->SetValue(target_name, Value(function, args[0].string_value()),
121 block_scope->MarkUsed(target_name);
354 Scope block_scope(scope);
357 block, args, &block_scope, err)
    [all...]
functions.h 38 // resulting block_scope to the function.
41 Scope* block_scope,
69 Scope* block_scope,
76 Scope* block_scope,
91 Scope* block_scope,
266 // Sets up the |block_scope| for executing a target (or something like it).
268 // parent for the |block_scope| when the |block_scope| was created.
280 Scope* block_scope,
  /external/v8/src/
full-codegen.cc 919 if (stmt->block_scope() != NULL) {
921 scope_ = stmt->block_scope();
948 if (stmt->block_scope() != NULL) {
    [all...]
full-codegen.h 210 if (statement()->AsBlock()->block_scope() != NULL) {
parser.cc 1996 Scope* block_scope = NewScope(top_scope_, BLOCK_SCOPE); local
    [all...]
ast.h 423 Scope* block_scope() const { return block_scope_; } function in class:v8::internal::Block
424 void set_block_scope(Scope* block_scope) { block_scope_ = block_scope; }
    [all...]
runtime.cc     [all...]
hydrogen.cc     [all...]
  /external/chromium_org/v8/src/
parser.cc 1761 Scope* block_scope = NewScope(top_scope_, BLOCK_SCOPE); local
    [all...]
runtime.cc     [all...]

Completed in 191 milliseconds