Home
last modified time | relevance | path

Searched refs:currentIsProto (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
H A Dproperty.cpp62 bool currentIsProto = false; in ValidateExpression() local
65 currentIsProto = key_->AsIdentifier()->Name().Is("__proto__"); in ValidateExpression()
67 currentIsProto = key_->AsStringLiteral()->Str().Is("__proto__"); in ValidateExpression()
70 if (currentIsProto) { in ValidateExpression()
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Dproperty.cpp96 bool currentIsProto = false; in ValidateExpression() local
99 currentIsProto = key_->AsIdentifier()->Name().Is("__proto__"); in ValidateExpression()
101 currentIsProto = key_->AsStringLiteral()->Str().Is("__proto__"); in ValidateExpression()
104 if (currentIsProto) { in ValidateExpression()

Completed in 1 milliseconds