OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewTemporary
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/parsing/
parser.cc
188
scope()->
NewTemporary
(ast_value_factory()->empty_string());
[
all
...]
rewriter.cc
256
Variable* backup = closure_scope()->
NewTemporary
(
368
Variable* result = closure_scope->
NewTemporary
(
parser.h
261
Variable*
NewTemporary
(const AstRawString* name) {
262
return scope()->
NewTemporary
(name);
[
all
...]
pattern-rewriter.cc
237
auto temp = scope()->
NewTemporary
(ast_value_factory()->empty_string());
/external/v8/src/ast/
scopes.h
188
Variable*
NewTemporary
(const AstRawString* name);
[
all
...]
scopes.cc
874
var =
NewTemporary
(name);
895
// allocated via
NewTemporary
().
[
all
...]
Completed in 392 milliseconds