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

  /external/chromium_org/v8/test/cctest/
test-ast.cc 44 AstNodeFactory<AstNullVisitor> factory(&zone, NULL, &id_gen);
  /external/chromium_org/v8/src/
scopes.h 111 AstNodeFactory<AstNullVisitor>* factory);
145 VariableProxy* NewUnresolved(AstNodeFactory<Visitor>* factory,
563 AstNodeFactory<AstNullVisitor>* factory);
567 AstNodeFactory<AstNullVisitor>* factory);
570 AstNodeFactory<AstNullVisitor>* factory);
600 AstNodeFactory<AstNullVisitor>* factory);
parser.h 374 typedef AstNodeFactory<AstConstructionVisitor> Factory;
462 AstNodeFactory<AstConstructionVisitor>* factory);
477 AstNodeFactory<AstConstructionVisitor>* factory);
538 AstNodeFactory<AstConstructionVisitor>* factory);
546 AstNodeFactory<AstConstructionVisitor>* factory,
549 AstNodeFactory<AstConstructionVisitor>* factory,
555 AstNodeFactory<AstConstructionVisitor>* factory);
559 AstNodeFactory<AstConstructionVisitor>* factory);
562 AstNodeFactory<AstConstructionVisitor>* factory);
565 AstNodeFactory<AstConstructionVisitor>* factory)
    [all...]
rewriter.cc 34 AstNodeFactory<AstNullVisitor>* factory() {
54 AstNodeFactory<AstNullVisitor> factory_;
scopes.cc 274 AstNodeFactory<AstNullVisitor> ast_node_factory(
417 AstNodeFactory<AstNullVisitor>* factory) {
637 AstNodeFactory<AstNullVisitor>* factory) {
965 AstNodeFactory<AstNullVisitor>* factory) {
    [all...]
parser.cc 436 AstNodeFactory<AstConstructionVisitor>* factory) {
496 AstNodeFactory<AstConstructionVisitor>* factory) {
657 Scope* scope, AstNodeFactory<AstConstructionVisitor>* factory, int pos) {
662 Scope* scope, AstNodeFactory<AstConstructionVisitor>* factory, int pos) {
671 AstNodeFactory<AstConstructionVisitor>* factory) {
678 AstNodeFactory<AstConstructionVisitor>* factory) {
699 AstNodeFactory<AstConstructionVisitor>* factory) {
713 AstNodeFactory<AstConstructionVisitor>* factory) {
721 Expression* iterable, AstNodeFactory<AstConstructionVisitor>* factory) {
734 int position, AstNodeFactory<AstConstructionVisitor>* factory)
    [all...]
ast.h 110 template<class> class AstNodeFactory;
152 template<class> friend class AstNodeFactory;
    [all...]

Completed in 306 milliseconds