Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc4311 // var rest_runtime_callargs = new Array(3);
4312 // rest_runtime_callargs[0] = value;
4314 // rest_runtime_callargs[1] = "y";
4318 // rest_runtime_callargs[2] = temp1;
4322 // %CopyDataPropertiesWithExcludedPropertiesOnStack.call(rest_runtime_callargs);
4330 RegisterList rest_runtime_callargs; in BuildDestructuringObjectAssignment() local
4332 rest_runtime_callargs = in BuildDestructuringObjectAssignment()
4334 value = rest_runtime_callargs[0]; in BuildDestructuringObjectAssignment()
4384 // storing the key for rest_runtime_callargs if needed. in BuildDestructuringObjectAssignment()
4397 value_key = rest_runtime_callargs[ in BuildDestructuringObjectAssignment()
[all...]

Completed in 9 milliseconds