Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc36 PropertyAttributes attr, bool is_var, in DeclareGlobals() argument
57 if (is_var) return isolate->heap()->undefined_value(); in DeclareGlobals()
107 bool is_var = initial_value->IsUndefined(); in RUNTIME_FUNCTION() local
111 BoolToInt(is_var) + BoolToInt(is_const) + BoolToInt(is_function)); in RUNTIME_FUNCTION()
137 is_var, is_const, is_function); in RUNTIME_FUNCTION()
219 bool is_var = *initial_value == NULL; in DeclareLookupSlot() local
223 BoolToInt(is_var) + BoolToInt(is_const) + BoolToInt(is_function)); in DeclareLookupSlot()
258 value, attr, is_var, is_const, is_function); in DeclareLookupSlot()
263 return DeclareGlobals(isolate, global, name, value, attr, is_var, is_const, in DeclareLookupSlot()
269 return DeclareGlobals(isolate, global, name, value, attr, is_var, is_const, in DeclareLookupSlot()
[all …]