Lines Matching defs:shared
32 #include "src/objects/shared-function-info.h"
661 // The wire bytes are not shared, OK to use them directly.
723 // The wire bytes are not shared, OK to use them directly.
1258 auto shared = i::SharedFlag::kNotShared;
1262 Local<String> shared_key = v8_str(isolate, "shared");
1267 shared = value->BooleanValue(isolate) ? i::SharedFlag::kShared
1274 // Throw TypeError if shared is true, and the descriptor has no "maximum"
1275 if (shared == i::SharedFlag::kShared && maximum == -1) {
1277 "If shared is true, maximum property should be defined.");
1284 static_cast<int>(maximum), shared)
1302 if (shared == i::SharedFlag::kShared) {
1918 auto sfi = handle(wasm_exported_function->shared(), i_isolate);
2196 bool shared = buffer->is_shared();
2197 auto type = i::wasm::GetTypeForMemory(i_isolate, min_size, max_size, shared);
2577 i::SharedFunctionInfo sfi = function->shared();
2598 result->shared().function_data(kAcquireLoad));
2672 DCHECK(function->shared().HasSharedName());
2684 function->shared().set_length(length);
2728 setter_func->shared().set_length(1);
2742 isolate, handle(fun->shared().get_api_func_data(), isolate),
3021 tag_constructor->shared().set_length(1);