Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dapi.cc2345 static bool getBoolProperty(const StackFrame* f, const char* propertyName) { in getBoolProperty() function
2355 bool StackFrame::IsEval() const { return getBoolProperty(this, "isEval"); } in IsEval()
2359 return getBoolProperty(this, "isConstructor"); in IsConstructor()