Home
last modified time | relevance | path

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

/external/v8/src/
Dliveedit.h308 Handle<Code> GetFunctionCode();
Dliveedit.cc643 Handle<Code> FunctionInfoWrapper::GetFunctionCode() { in GetFunctionCode() function in v8::internal::FunctionInfoWrapper
1198 Handle<Code> code = compile_info_wrapper.GetFunctionCode(); in ReplaceFunctionCode()
1214 isolate->factory()->CopyCode(compile_info_wrapper.GetFunctionCode()); in ReplaceFunctionCode()