v8  3.25.30(node0.11.13)
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
< ConsStringIteratorOp > * 
string_iterator ()
 
unibrow::Mapping
< unibrow::ToUppercase, 128 > * 
to_upper_mapping ()
 
unibrow::Mapping
< unibrow::ToLowercase, 128 > * 
to_lower_mapping ()
 
ConsStringIteratorOpstring_iterator_compare_x ()
 
ConsStringIteratorOpstring_iterator_compare_y ()
 
ConsStringIteratorOpstring_locale_compare_it1 ()
 
ConsStringIteratorOpstring_locale_compare_it2 ()
 

Friends

class Isolate
 
class Runtime
 

Detailed Description

Definition at line 705 of file runtime.h.

Member Function Documentation

StaticResource<ConsStringIteratorOp>* string_iterator ( )
inline

Definition at line 707 of file runtime.h.

ConsStringIteratorOp* string_iterator_compare_x ( )
inline

Definition at line 716 of file runtime.h.

ConsStringIteratorOp* string_iterator_compare_y ( )
inline

Definition at line 719 of file runtime.h.

ConsStringIteratorOp* string_locale_compare_it1 ( )
inline

Definition at line 722 of file runtime.h.

ConsStringIteratorOp* string_locale_compare_it2 ( )
inline

Definition at line 725 of file runtime.h.

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

Definition at line 713 of file runtime.h.

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

Definition at line 710 of file runtime.h.

Referenced by Runtime::IsUpperCaseChar().

Friends And Related Function Documentation

friend class Isolate
friend

Definition at line 740 of file runtime.h.

friend class Runtime
friend

Definition at line 741 of file runtime.h.


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