|
V8 Project
|
#include <ast-value-factory.h>
Inheritance diagram for v8::internal::AstString:
Collaboration diagram for v8::internal::AstString:Public Member Functions | |
| virtual | ~AstString () |
| virtual int | length () const =0 |
| bool | IsEmpty () const |
| virtual void | Internalize (Isolate *isolate)=0 |
| 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) |
Protected Attributes | |
| Handle< String > | string_ |
Definition at line 43 of file ast-value-factory.h.
|
inlinevirtual |
Definition at line 45 of file ast-value-factory.h.
|
pure virtual |
Implemented in v8::internal::AstConsString, and v8::internal::AstRawString.
|
inline |
Definition at line 48 of file ast-value-factory.h.
References length().
Referenced by v8::internal::AstValue::BooleanValue(), v8::internal::FINAL< kOperandKind, kNumCachedOperands >::debug_name(), and v8::internal::Scope::MustAllocate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in v8::internal::AstConsString, and v8::internal::AstRawString.
Referenced by IsEmpty(), v8::internal::AstConsString::length(), and v8::internal::FuncNameInferrer::MakeNameFromStackHelper().
Here is the caller graph for this function:Definition at line 54 of file ast-value-factory.h.
References DCHECK, and string_.
Referenced by v8::internal::FINAL< kOperandKind, kNumCachedOperands >::debug_name(), v8::internal::AstValue::Internalize(), v8::internal::AstConsString::Internalize(), v8::internal::FINAL< kOperandKind, kNumCachedOperands >::name(), v8::internal::Variable::name(), v8::internal::Parser::ThrowPendingError(), and v8::internal::AstValue::value().
Here is the caller graph for this function:Definition at line 61 of file ast-value-factory.h.
Referenced by v8::internal::AstRawString::AsArrayIndex(), v8::internal::AstRawString::Internalize(), v8::internal::AstConsString::Internalize(), and string().