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

/external/chromium_org/v8/src/
H A Druntime.cc2213 PropertyAttributes attr, bool is_var,
2226 if (is_var) return isolate->heap()->undefined_value();
2275 bool is_var = initial_value->IsUndefined(); local
2278 DCHECK(is_var + is_const + is_function == 1);
2304 is_var, is_const, is_function);
2389 bool is_var = *initial_value == NULL; local
2392 DCHECK(is_var + is_const + is_function == 1);
2412 value, attr, is_var, is_const, is_function);
2422 if (is_var) return isolate->heap()->undefined_value();
2211 DeclareGlobals(Isolate* isolate, Handle<GlobalObject> global, Handle<String> name, Handle<Object> value, PropertyAttributes attr, bool is_var, bool is_const, bool is_function) argument

Completed in 95 milliseconds