v8  3.14.5(node0.10.28)
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 557 of file runtime.h.

Member Function Documentation

StaticResource<StringInputBuffer>* string_input_buffer ( )
inline

Definition at line 559 of file runtime.h.

StringInputBuffer* string_input_buffer_compare_bufx ( )
inline

Definition at line 568 of file runtime.h.

StringInputBuffer* string_input_buffer_compare_bufy ( )
inline

Definition at line 571 of file runtime.h.

StringInputBuffer* string_locale_compare_buf1 ( )
inline

Definition at line 574 of file runtime.h.

StringInputBuffer* string_locale_compare_buf2 ( )
inline

Definition at line 577 of file runtime.h.

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

Definition at line 565 of file runtime.h.

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

Definition at line 562 of file runtime.h.

Referenced by Runtime::IsUpperCaseChar().

Friends And Related Function Documentation

friend class Isolate
friend

Definition at line 592 of file runtime.h.

friend class Runtime
friend

Definition at line 593 of file runtime.h.


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