Searched refs:getBoolProperty (Results 1 – 1 of 1) sorted by relevance
2345 static bool getBoolProperty(const StackFrame* f, const char* propertyName) { in getBoolProperty() function2355 bool StackFrame::IsEval() const { return getBoolProperty(this, "isEval"); } in IsEval()2359 return getBoolProperty(this, "isConstructor"); in IsConstructor()