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

  /external/v8/src/parsing/
parse-info.h 128 DeclarationScope* asm_function_scope() const { return asm_function_scope_; } function in class:v8::internal::ParseInfo
parser.cc 778 if (info->asm_function_scope()) {
779 original_scope_ = info->asm_function_scope();
    [all...]
  /external/v8/src/ast/
scopes.cc 620 (info->asm_function_scope() && scope->is_function_scope()));
    [all...]

Completed in 74 milliseconds