Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/v8windbg/src/
H A Djs-stack.cc146 WRL::ComPtr<IModelObject> sp_index, sp_value; variable
152 RETURN_IF_FAIL(GetAt(position_, &sp_value));
160 *object = sp_value.Detach();
169 WRL::ComPtr<IModelObject> sp_value; in GetAt() local
171 sp_data_model_manager->CreateSyntheticObject(sp_ctx_.Get(), &sp_value)); in GetAt()
173 sp_value->SetKey(L"script_name", curr_frame.script_name.Get(), in GetAt()
175 RETURN_IF_FAIL(sp_value->SetKey(L"script_source", in GetAt()
177 RETURN_IF_FAIL(sp_value->SetKey(L"function_name", in GetAt()
179 RETURN_IF_FAIL(sp_value->SetKey(L"function_character_offset", in GetAt()
183 *result = sp_value in GetAt()
[all...]
H A Dobject-inspection.cc271 WRL::ComPtr<IModelObject> sp_value; in GetModelForStruct() local
273 sp_data_model_manager->CreateSyntheticObject(sp_ctx.Get(), &sp_value)); in GetModelForStruct()
289 sp_value->SetKey(reinterpret_cast<const wchar_t*>(field.name.c_str()), in GetModelForStruct()
293 *result = sp_value.Detach(); in GetModelForStruct()
442 WRL::ComPtr<IModelObject> sp_index, sp_value;
444 GetModelForCustomArrayElement(context_object_.Get(), next_, &sp_value));
456 *object = sp_value.Detach();

Completed in 3 milliseconds