Searched refs:GetValueType (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A D | class-debug-reader-generator.cc | 127 std::string GetValueType(TypeStorage storage) const { in GetValueType() function in v8::internal::torque::__anon15101::DebugFieldType 181 return "CheckTypeName<" + GetValueType(storage) + ">(\"" + in GetTypeString() 277 std::string field_value_type = debug_field_type.GetValueType(kUncompressed); in GenerateFieldValueAccessor() 283 cc_contents << " " << debug_field_type.GetValueType(kAsStoredInHeap) in GenerateFieldValueAccessor()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 1321 bool GetValueType(Isolate* isolate, MaybeLocal<Value> maybe, in GetValueType() function 1437 if (!GetValueType(isolate, maybe, context, &type, enabled_features)) return; in WebAssemblyGlobal() 1615 if (!GetValueType(isolate, maybe, context, &type, enabled_features) || in WebAssemblyTag() 1848 if (!GetValueType(isolate, maybe, context, &type, enabled_features) || in WebAssemblyFunction() 1859 if (!GetValueType(isolate, maybe, context, &type, enabled_features)) return; in WebAssemblyFunction()
|
Completed in 6 milliseconds