Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dliveedit.h273 class FunctionInfoWrapper : public JSArrayBasedStruct<FunctionInfoWrapper> {
275 explicit FunctionInfoWrapper(Handle<JSArray> array) in FunctionInfoWrapper() function
276 : JSArrayBasedStruct<FunctionInfoWrapper>(array) { in FunctionInfoWrapper()
316 friend class JSArrayBasedStruct<FunctionInfoWrapper>;
Dliveedit.cc608 void FunctionInfoWrapper::SetInitialProperties(Handle<String> name, in SetInitialProperties()
622 void FunctionInfoWrapper::SetSharedFunctionInfo( in SetSharedFunctionInfo()
628 Handle<SharedFunctionInfo> FunctionInfoWrapper::GetSharedFunctionInfo() { in GetSharedFunctionInfo()
826 static void PatchLiterals(FunctionInfoWrapper* compile_info_wrapper, in PatchLiterals()
971 FunctionInfoWrapper compile_info_wrapper(new_compile_info_array); in ReplaceFunctionCode()
1868 FunctionInfoWrapper info = FunctionInfoWrapper::Create(isolate_); in FunctionStarted()
1883 FunctionInfoWrapper info = FunctionInfoWrapper::cast( in FunctionDone()