Home
last modified time | relevance | path

Searched refs:GetSourceCode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-function.cc65 return *SharedFunctionInfo::GetSourceCode(shared); in RUNTIME_FUNCTION()
/external/v8/src/objects/
Dshared-function-info.h489 static Handle<Object> GetSourceCode(Handle<SharedFunctionInfo> shared);
/external/v8/src/
Dobjects.cc13544 Handle<String>::cast(SharedFunctionInfo::GetSourceCode(shared_info))); in ToString()
14012 Handle<Object> SharedFunctionInfo::GetSourceCode( in GetSourceCode() function in v8::internal::SharedFunctionInfo