V8 Project
|
#include <ast-value-factory.h>
Public Member Functions | |
virtual | ~AstString () |
virtual int | length () const =0 |
bool | IsEmpty () const |
virtual void | Internalize (Isolate *isolate)=0 |
Handle< String > | string () const |
![]() | |
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().
|
pure virtual |
Implemented in v8::internal::AstConsString, and v8::internal::AstRawString.
Referenced by IsEmpty(), v8::internal::AstConsString::length(), and v8::internal::FuncNameInferrer::MakeNameFromStackHelper().
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().
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().