Home
last modified time | relevance | path

Searched refs:IsSpecialPropertyKey (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.h152 static bool IsSpecialPropertyKey(const ir::Expression *expr);
H A Dhelpers.cpp336 bool Helpers::IsSpecialPropertyKey(const ir::Expression *expr) in IsSpecialPropertyKey() function in Helpers
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.h121 static bool IsSpecialPropertyKey(const ir::Expression *expr);
H A Dhelpers.cpp381 bool Helpers::IsSpecialPropertyKey(const ir::Expression *expr) in IsSpecialPropertyKey() function in Helpers
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp156 (propMethod->IsComputed() && util::Helpers::IsSpecialPropertyKey(propMethod->Key()))) { in CreateClassStaticProperties()

Completed in 7 milliseconds