Home
last modified time | relevance | path

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

/external/v8/src/
Dliveedit.cc660 class SharedInfoWrapper : public JSArrayBasedStruct<SharedInfoWrapper> { class
667 explicit SharedInfoWrapper(Handle<JSArray> array) in SharedInfoWrapper() function in v8::internal::SharedInfoWrapper
668 : JSArrayBasedStruct<SharedInfoWrapper>(array) { in SharedInfoWrapper()
694 friend class JSArrayBasedStruct<SharedInfoWrapper>;
843 SharedInfoWrapper info_wrapper = SharedInfoWrapper::Create(); in WrapSharedFunctionInfos()
1006 if (!SharedInfoWrapper::IsInstance(shared_info_array)) { in ReplaceFunctionCode()
1011 SharedInfoWrapper shared_info_wrapper(shared_info_array); in ReplaceFunctionCode()
1051 if (!SharedInfoWrapper::IsInstance(shared_info_array)) { in FunctionSourceUpdated()
1055 SharedInfoWrapper shared_info_wrapper(shared_info_array); in FunctionSourceUpdated()
1228 if (!SharedInfoWrapper::IsInstance(shared_info_array)) { in PatchFunctionPositions()
[all …]
Dliveedit-debugger.js784 shared_infos.push(new SharedInfoWrapper(shared_raw_list[i]));
833 function SharedInfoWrapper(raw_array) { class