Home
last modified time | relevance | path

Searched refs:GetInferredName (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-function.h70 Local<Value> GetInferredName() const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function.h71 Local<Value> GetInferredName() const;
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.cc557 lit->GetInferredName(isolate), lit->start_position(), in InitFromFunctionLiteral()
561 lit->GetInferredName(isolate), lit->start_position(), in InitFromFunctionLiteral()
567 lit->GetInferredName(isolate), lit->start_position(), in InitFromFunctionLiteral()
571 lit->GetInferredName(isolate), lit->start_position(), in InitFromFunctionLiteral()
/third_party/node/deps/v8/src/ast/
H A Dast.h2211 Handle<String> GetInferredName(Isolate* isolate) { in GetInferredName() function in v8::internal::final
2221 Handle<String> GetInferredName(LocalIsolate* isolate) const { in GetInferredName() function in v8::internal::final
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc676 name = function->GetInferredName(); in monitorFunctionCallback()
/third_party/node/deps/v8/src/api/
H A Dapi.cc5296 Local<Value> Function::GetInferredName() const { in GetInferredName() function in v8::Function

Completed in 31 milliseconds