Home
last modified time | relevance | path

Searched refs:origSymbol (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/has-symbols/
Dindex.js3 var origSymbol = global.Symbol; variable
7 if (typeof origSymbol !== 'function') { return false; }
9 if (typeof origSymbol('foo') !== 'symbol') { return false; }
/third_party/skia/src/sksl/ir/
DSkSLSymbolAlias.h22 SymbolAlias(int line, skstd::string_view name, const Symbol* origSymbol) in SymbolAlias() argument
24 , fOrigSymbol(origSymbol) {} in SymbolAlias()
26 const Symbol* origSymbol() const { in origSymbol() function
DSkSLSymbolTable.cpp80 symbol = symbol->as<SymbolAlias>().origSymbol(); in lookup()
/third_party/skia/src/sksl/
DSkSLRehydrator.cpp208 const Symbol* origSymbol = this->symbol(); in symbol() local
210 std::make_unique<SymbolAlias>(/*line=*/-1, name, origSymbol)); in symbol()
DSkSLDehydrator.cpp165 this->write(*alias.origSymbol()); in write()