Home
last modified time | relevance | path

Searched defs:baseObject (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/js-native-api/test_general/
Dtest.js18 const baseObject = new BaseClass(); constant
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.cpp1138 auto &baseObject = getObject(baseId); in ApplyDecorationsForAccessChain() local
1180 auto &baseObject = getObject(baseId); in WalkExplicitLayoutAccessChain() local
1292 auto &baseObject = getObject(baseId); in WalkAccessChain() local
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp3258 …ptFunctionCall(const TSourceLoc& loc, TString& name, TIntermTyped*& node, TIntermTyped* baseObject) in acceptFunctionCall()