Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDebuggerScript.js96 DebuggerScript.setFunctionVariableValue = function(functionValue, scopeIndex, variableName, newValu… argument
101 return DebuggerScript._setScopeVariableValue(mirror, scopeIndex, variableName, newValue);
104 DebuggerScript._setScopeVariableValue = function(scopeHolder, scopeIndex, variableName, newValue) argument
109 scopeMirror.setVariableValue(variableName, newValue);
362 function setVariableValue(scopeNumber, variableName, newValue) argument
364 … return DebuggerScript._setScopeVariableValue(frameMirror, scopeNumber, variableName, newValue);
DScriptDebugServer.h96 …e(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8:…
DScriptDebugServer.cpp542 …e(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8:… in setFunctionVariableValue() argument
551 v8String(debuggerContext->GetIsolate(), variableName), in setFunctionVariableValue()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptExterns.js111 …stClass.prototype.setFunctionVariableValue = function(fun, scopeNumber, variableName, newValue) { } argument
149 JavaScriptCallFrame.prototype.setVariableValue = function(scopeNumber, variableName, newValue) {} argument
DJavaScriptCallFrame.h69 …ScriptValue setVariableValue(int scopeNumber, const String& variableName, const ScriptValue& newVa…
DJavaScriptCallFrame.cpp169 ScriptValue JavaScriptCallFrame::setVariableValue(int scopeNumber, const String& variableName, cons… in setVariableValue() argument
175 v8String(m_isolate, variableName), in setVariableValue()
DInjectedScript.h81 …pt, const String* functionObjectIdOpt, int scopeNumber, const String& variableName, const String& …
DInjectedScript.cpp135 …pt, const String* functionObjectIdOpt, int scopeNumber, const String& variableName, const String& … in setVariableValue() argument
150 function.appendArgument(variableName); in setVariableValue()
DJavaScriptCallFrame.idl42 …g, TreatUndefinedAs=NullString, Default=Undefined] optional DOMString variableName, [Default=Undef…
DInjectedScriptHost.idl55 …setFunctionVariableValue(any functionObject, int scopeIndex, DOMString variableName, any newValue);
DInjectedScriptSource.js701 …e: function(topCallFrame, callFrameId, functionObjectId, scopeNumber, variableName, newValueJsonSt… argument
729 setter(scopeNumber, variableName, resolvedValue);
DInspectorDebuggerAgent.cpp892 …ariableValue(ErrorString* errorString, int scopeNumber, const String& variableName, const RefPtr<J… in setVariableValue() argument
917 …ring, m_currentCallStack, callFrameId, functionObjectId, scopeNumber, variableName, newValueString… in setVariableValue()
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DTemplateInterpreter.java206 String variableName = variableLocator.getVariableName(node.getVariable()); in caseASetCommand() local
209 Data variable = dataContext.findVariable(variableName, true); in caseASetCommand()
231 String variableName = variableLocator.getVariableName(node.getVariable()); in caseANameCommand() local
232 Data variable = dataContext.findVariable(variableName, false); in caseANameCommand()
658 private void setTempVariable(String variableName, Value value) { in setTempVariable() argument
663 dataContext.createLocalVariableByPath(variableName, ((VariableValue) value).getName()); in setTempVariable()
665 dataContext.createLocalVariableByValue(variableName, value.asString(), value.getEscapeMode()); in setTempVariable()
DExpressionEvaluator.java95 String variableName = variableLocator.getVariableName(node.getVariable()); in caseAVariableExpression() local
96 setResult(Value.variableValue(variableName, context)); in caseAVariableExpression()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DBaseCompiledTemplate.java197 public static Value asVariableValue(String variableName, DataContext context) { in asVariableValue() argument
198 return Value.variableValue(variableName, context); in asVariableValue()
/external/javassist/src/main/javassist/compiler/
DJavac.java283 gen.recordVariable(va.descriptor(i), va.variableName(i), in recordLocalVariables()
312 gen.recordVariable(va.descriptor(i), va.variableName(i), in recordParamNames()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dcode_generator_v8.pm3465 my $variableName = shift;
3471 my $unionMemberVariable = $variableName . $i;
3478 return "!${variableName}";
3480 return "${variableName}.isNull()";
3482 return "${variableName}.isNull()";
5391 my $variableName = shift;
5401 …$code .= $indent . "V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID($nativeType, $variableName, $native_value…
5403 $code .= $indent . "$nativeType $variableName($native_value, true);\n";
5406 …$code .= $indent . "V8TRYCATCH_WITH_TYPECHECK_VOID($nativeType, $variableName, $native_value, $get…
5408 $code .= $indent . "V8TRYCATCH_VOID($nativeType, $variableName, $native_value);\n";
[all …]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8InjectedScriptHostCustom.cpp368 String variableName = toCoreStringWithUndefinedOrNullCheck(info[2]); in setFunctionVariableValueMethodCustom() local
373 …lue(info, debugServer.setFunctionVariableValue(functionValue, scopeIndex, variableName, newValue)); in setFunctionVariableValueMethodCustom()
/external/javassist/src/main/javassist/bytecode/
DLocalVariableAttribute.java212 public String variableName(int i) { in variableName() method in LocalVariableAttribute
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp1123 AtomicString variableName(m_value.string); in customSerializeResolvingVariables() local
1124 if (variables.contains(variableName)) in customSerializeResolvingVariables()
1125 return variables.get(variableName); in customSerializeResolvingVariables()
DCSSParser-in.cpp3033 AtomicString variableName = name.atomicSubstring(prefixLength, name.length() - prefixLength); in storeVariableDeclaration() local
3045 …addProperty(CSSPropertyVariable, CSSVariableValue::create(variableName, builder.toString()), impor… in storeVariableDeclaration()