Searched refs:GetInferredName (Results 1 – 5 of 5) sorted by relevance
557 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()
70 Local<Value> GetInferredName() const;
2211 Handle<String> GetInferredName(Isolate* isolate) { in GetInferredName() function2221 Handle<String> GetInferredName(LocalIsolate* isolate) const { in GetInferredName() function
676 name = function->GetInferredName(); in monitorFunctionCallback()
5296 Local<Value> Function::GetInferredName() const { in GetInferredName() function in v8::Function