Home
last modified time | relevance | path

Searched refs:newProto (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DIntroduceVertexIndexID.cpp71 TIntermFunctionPrototype *newProto = new TIntermFunctionPrototype(&newFunction); in visitFunctionDefinitionPre() local
72 return new TIntermFunctionDefinition(newProto, node.getBody()); in visitFunctionDefinitionPre()
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
Dstructured-clone-battery-of-tests.js612 const newProto = { some: 'proto' }; variable
614 Object.setPrototypeOf(copy, newProto);
616 assert_equals(Object.getPrototypeOf(copy), newProto);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp747 auto *const newProto = traverseAnyAs<TIntermFunctionPrototype>(*proto); in traverseFunctionDefinitionChildren() local
748 GUARD(newProto); in traverseFunctionDefinitionChildren()
752 if (newProto != proto || newBody != body) in traverseFunctionDefinitionChildren()
754 return new TIntermFunctionDefinition(newProto, newBody); in traverseFunctionDefinitionChildren()