Searched refs:is_synthetic (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dprettyprinter.cc1388 AddAttribute("type", expr->is_synthetic() ? "SYNTHETIC" : "NORMAL");
H A Dast.h1220 bool is_synthetic() const { return type_ == SYNTHETIC; } function in class:v8::internal::Property
H A Dhydrogen.cc4640 if (prop->is_synthetic()) {
/external/v8/src/arm/
H A Dfull-codegen-arm.cc1856 if (prop->is_synthetic()) {
2323 if (prop->is_synthetic()) {
3680 if (prop->is_synthetic()) {
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc1800 if (prop->is_synthetic()) {
2246 if (prop->is_synthetic()) {
3642 if (prop->is_synthetic()) {
/external/v8/src/x64/
H A Dfull-codegen-x64.cc1773 if (prop->is_synthetic()) {
2222 if (prop->is_synthetic()) {
3618 if (prop->is_synthetic()) {

Completed in 237 milliseconds