Lines Matching full:propertyname
2483 static int getIntProperty(const StackFrame* f, const char* propertyName,
2490 i::Object::GetProperty(isolate, self, propertyName).ToHandleChecked();
2511 const char* propertyName) {
2517 i::Object::GetProperty(isolate, self, propertyName).ToHandleChecked();
2539 static bool getBoolProperty(const StackFrame* f, const char* propertyName) {
2545 i::Object::GetProperty(isolate, self, propertyName).ToHandleChecked();