Searched refs:function_string (Results 1 – 16 of 16) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | call-site-info.cc | 685 Handle<String> function_string = Handle<String>::cast(function_name); in AppendMethodCall() local 688 if (String::IsIdentifier(isolate, function_string) && in AppendMethodCall() 689 !String::Equals(isolate, function_string, type_string)) { in AppendMethodCall() 694 builder->AppendString(function_string); in AppendMethodCall() 698 if (!StringEndsWithMethodName(isolate, function_string, method_string)) { in AppendMethodCall()
|
D | objects.cc | 883 if (object->IsCallable()) return isolate->factory()->function_string(); in TypeOf()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-module.cc | 361 Handle<String> function_string = factory->InternalizeUtf8String("function"); in GetImports() local 392 import_kind = function_string; in GetImports() 461 Handle<String> function_string = factory->InternalizeUtf8String("function"); in GetExports() local 490 export_kind = function_string; in GetExports()
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-flags.cc | 58 } else if (raw_literal == ast_constants->function_string()) { in GetFlagForLiteral()
|
/third_party/node/src/ |
D | env_properties.h | 143 V(function_string, "function") \
|
D | node_contextify.cc | 1284 if (result->Set(parsing_context, env->function_string(), fn).IsNothing()) in CompileFunction()
|
/third_party/node/src/crypto/ |
D | crypto_util.cc | 479 if (obj->Set(context, env->function_string(), in SetFipsCrypto()
|
D | crypto_tls.cc | 823 !Set(env(), obj, env()->function_string(), fs) || in ClearOut()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessBuffersTests.cpp | 2234 const glw::GLchar* function_string) in CheckValue() argument 2239 m_context.getTestContext().getLog() << tcu::TestLog::Message << function_string << " called with " in CheckValue() 2392 …aultsTest::CheckParameterError(const glw::GLchar* pname_string, const glw::GLchar* function_string) in CheckParameterError() argument 2401 m_context.getTestContext().getLog() << tcu::TestLog::Message << function_string << " called with " in CheckParameterError()
|
D | gl4cDirectStateAccessTests.hpp | 1734 bool CheckParameterError(const glw::GLchar* pname_string, const glw::GLchar* function_string); 1738 const glw::GLchar* function_string);
|
/third_party/node/deps/v8/src/init/ |
D | heap-symbols.h | 245 V(_, function_string, "function") \
|
/third_party/node/deps/v8/src/compiler/ |
D | typed-optimization.cc | 699 jsgraph()->Constant(MakeRef(broker(), f->function_string()))); in ReduceTypeOf()
|
/third_party/node/deps/v8/src/d8/ |
D | d8.cc | 2448 Local<String> function_string; in FunctionAndArgumentsToString() local 2449 if (!maybe_function_string.ToLocal(&function_string)) { in FunctionAndArgumentsToString() 2454 *source = String::Concat(isolate, *source, function_string); in FunctionAndArgumentsToString()
|
/third_party/node/deps/v8/src/parsing/ |
D | parser.cc | 3670 ast_value_factory()->function_string(), nopos); in CheckCallable()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.h | 156 V(Function_string, function_string, FunctionString) \
|
D | code-stub-assembler.cc | 13639 result_var = HeapConstant(isolate()->factory()->function_string()); in Typeof()
|