Home | History | Annotate | Download | only in src

Lines Matching refs:Symbol

215 // symbol) or a STRING_TYPE (if it is not a symbol).
302 symbol, \
303 Symbol) \
388 // Bit 6 indicates that the object is a symbol (if set) or not (if cleared).
413 // symbol. It's not common to have non-flat symbols, so we do not
2054 // because only the symbol itself (the key) needs to be stored.
2057 // Find symbol in the symbol table. If it is not there yet, it is
2058 // added. The return value is the symbol table which might have
2059 // been enlarged. If the return value is not a failure, the symbol
2060 // pointer *s is set to the symbol found.
2064 // Looks up a symbol that is equal to the given string and returns
2065 // true if it is found, assigning the symbol to the given output
2067 bool LookupSymbolIfExists(String* str, String** symbol);
2068 bool LookupTwoCharsSymbolIfExists(uint32_t c1, uint32_t c2, String** symbol);