|
V8 Project
|
#include <ast-value-factory.h>
Inheritance diagram for v8::internal::AstConsString:
Collaboration diagram for v8::internal::AstConsString:Public Member Functions | |
| AstConsString (const AstString *left, const AstString *right) | |
| virtual int | length () const OVERRIDE |
| virtual void | Internalize (Isolate *isolate) OVERRIDE |
Public Member Functions inherited from v8::internal::AstString | |
| virtual | ~AstString () |
| bool | IsEmpty () const |
| Handle< String > | string () const |
Public Member Functions inherited from v8::internal::ZoneObject | |
| INLINE (void *operator new(size_t size, Zone *zone)) | |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone) |
Private Attributes | |
| const AstString * | left_ |
| const AstString * | right_ |
Friends | |
| class | AstValueFactory |
Additional Inherited Members | |
Protected Attributes inherited from v8::internal::AstString | |
| Handle< String > | string_ |
Definition at line 117 of file ast-value-factory.h.
|
inline |
Definition at line 119 of file ast-value-factory.h.
|
virtual |
Implements v8::internal::AstString.
Definition at line 131 of file ast-value-factory.cc.
References v8::internal::Isolate::factory(), left_, right_, v8::internal::AstString::string(), and v8::internal::AstString::string_.
Referenced by v8::internal::AstValueFactory::NewConsString().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Implements v8::internal::AstString.
Definition at line 123 of file ast-value-factory.h.
References left_, v8::internal::AstString::length(), and right_.
Here is the call graph for this function:
|
friend |
Definition at line 130 of file ast-value-factory.h.
|
private |
Definition at line 132 of file ast-value-factory.h.
Referenced by Internalize(), and length().
|
private |
Definition at line 133 of file ast-value-factory.h.
Referenced by Internalize(), and length().