HomeSort by relevance Sort by last modified time
    Searched defs:AstValue (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
ast-value-factory.h 35 // AstString, AstValue and AstValueFactory are for storing strings and values
134 // AstValue is either a string, a number, a string array, a boolean, or a
136 class AstValue : public ZoneObject {
200 explicit AstValue(const AstRawString* s) : type_(STRING) { string_ = s; }
202 explicit AstValue(const char* name) : type_(SYMBOL) { symbol_name_ = name; }
204 explicit AstValue(double n, bool with_dot) {
213 AstValue(Type t, int i) : type_(t) {
218 explicit AstValue(bool b) : type_(BOOLEAN) { bool_ = b; }
220 explicit AstValue(Type t) : type_(t) {
334 const AstValue* NewString(const AstRawString* string)
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 58 milliseconds