Lines Matching defs:variable
18 #include <binder/variable.h>
45 if (!result.variable || (result.scope->IsGlobalScope() && result.variable->IsGlobalVariable())) {
47 compiler::VReg variable = pg->AllocReg();
54 pg->StoreAccumulator(this, variable);
56 pg->DeleteObjProperty(this, global, variable);
58 // Otherwise it is a local variable which can't be deleted and we just
83 if (!res.variable && !pg->isDebuggerEvaluateExpressionMode()) {
90 } else if (!res.variable && pg->isDebuggerEvaluateExpressionMode()) {
91 // false: typeof an undeclared variable will return undefined