v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RuntimeState Class Reference

#include <runtime.h>

Public Member Functions

StaticResource
< StringInputBuffer > * 
string_input_buffer ()
 
unibrow::Mapping
< unibrow::ToUppercase, 128 > * 
to_upper_mapping ()
 
unibrow::Mapping
< unibrow::ToLowercase, 128 > * 
to_lower_mapping ()
 
StringInputBufferstring_input_buffer_compare_bufx ()
 
StringInputBufferstring_input_buffer_compare_bufy ()
 
StringInputBufferstring_locale_compare_buf1 ()
 
StringInputBufferstring_locale_compare_buf2 ()
 

Friends

class Isolate
 
class Runtime
 

Detailed Description

Definition at line 547 of file runtime.h.

Member Function Documentation

StaticResource<StringInputBuffer>* string_input_buffer ( )
inline

Definition at line 549 of file runtime.h.

StringInputBuffer* string_input_buffer_compare_bufx ( )
inline

Definition at line 558 of file runtime.h.

StringInputBuffer* string_input_buffer_compare_bufy ( )
inline

Definition at line 561 of file runtime.h.

StringInputBuffer* string_locale_compare_buf1 ( )
inline

Definition at line 564 of file runtime.h.

StringInputBuffer* string_locale_compare_buf2 ( )
inline

Definition at line 567 of file runtime.h.

unibrow::Mapping<unibrow::ToLowercase, 128>* to_lower_mapping ( )
inline

Definition at line 555 of file runtime.h.

unibrow::Mapping<unibrow::ToUppercase, 128>* to_upper_mapping ( )
inline

Definition at line 552 of file runtime.h.

Referenced by Runtime::IsUpperCaseChar().

Friends And Related Function Documentation

friend class Isolate
friend

Definition at line 582 of file runtime.h.

friend class Runtime
friend

Definition at line 583 of file runtime.h.


The documentation for this class was generated from the following file: